Intersoft ClientUI Documentation
GetViewFromMetadata Method (IRegion)



The metadata of the region.
Returns the view instance based on the specified metadata.
Syntax
Function GetViewFromMetadata( _
   ByVal o As Object _
) As Object
Dim instance As IRegion
Dim o As Object
Dim value As Object
 
value = instance.GetViewFromMetadata(o)
object GetViewFromMetadata( 
   object o
)
Object^ GetViewFromMetadata( 
   Object^ o
) 

Parameters

o
The metadata of the region.

Return Value

Returns the view associated to the specified metadata.
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

IRegion Interface
IRegion Members

Send Feedback