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

RegisterWorkstationView<V> Method







The generic type of the view.
The concrete view type that will be created when the view is requested.
Registers a concrete view type to be created when a view with the provided genric type is requested.
Syntax
public void RegisterWorkstationView<V>( 
   Type concreteViewType
)
'Declaration
 
Public Sub RegisterWorkstationView(Of V)( _
   ByVal concreteViewType As Type _
) 
'Usage
 
Dim instance As WorkstationUIFactory
Dim concreteViewType As Type
 
instance.RegisterWorkstationView(Of V)(concreteViewType)
public void RegisterWorkstationView<V>( 
   Windows.UI.Xaml.Interop.TypeName concreteViewType
)
 function Leadtools.Medical.Workstation.UI.Factory.WorkstationUIFactory.RegisterWorkstationView( 
   concreteViewType 
)
public: void RegisterWorkstationView<V>( 
   Type* concreteViewType
) 
public:
void RegisterWorkstationViewgeneric<typename V>
( 
   Type* concreteViewType
) 

Parameters

concreteViewType
The concrete view type that will be created when the view is requested.

Type Parameters

V
The generic type of the view.
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

WorkstationUIFactory Class
WorkstationUIFactory Members

 

 


Products | Support | Contact Us | Copyright Notices

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