Returns the view instance that was added to the region using a specific name.
Public Overridable Function GetView( _
ByVal As String _
) As Object
Dim instance As Region
Dim viewName As String
Dim value As Object
value = instance.GetView(viewName)
Parameters
- viewName
- The name used when adding the view to the region.
Return Value
Returns the named view or a null reference (Nothing in Visual Basic) if the view with does not exist in the current region.
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