LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

GetPresenter<P,V> Method







The presenters type.
The view type registered for the presenter.
Returns the presenter registered with the provided type.
Syntax
public static P GetPresenter<P,V>()
where P: IWorkstationPresenter<V>
where V: 
'Declaration
 
Public Shared Function GetPresenter
    (Of P As IWorkstationPresenter(Of V),
     V As )() As P
'Usage
 
Dim value As P
 
value = PresentersFactory.GetPresenter(Of P, V)()
public static P GetPresenter<P,V>()where P: IWorkstationPresenter<V>
    where V: 
 function Leadtools.Medical.Workstation.Presenters.PresentersFactory.GetPresenter()
public: static P* GetPresenter<P,V>(); 
where P: IWorkstationPresenter<V>
where V: 
public:
static P* GetPresentergeneric<typename P>
generic<typename V>
(); 
where P: IWorkstationPresenter<V>
where V: 

Type Parameters

P
The presenters type.
V
The view type registered for the presenter.

Return Value

The presenter registered with the provided type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PresentersFactory Class
PresentersFactory Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.