Returns a registered view for the given type.
public GetWorkstationView<>()
where V:
'Declaration
Public Function GetWorkstationView(Of As )() As
'Usage
Dim instance As WorkstationUIFactory
Dim value As
value = instance.GetWorkstationView(Of V)()
public: GetWorkstationView<>();
where V:
public:
GetWorkstationViewgeneric<typename >
();
where V:
Type Parameters
- V
- The view type to return.
Return Value
A registered view instance of the given type.