Intersoft ClientUI Documentation
GetViewFromMetadata Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > IRegion Interface : GetViewFromMetadata Method






o
The metadata of the region.
Returns the view instance based on the specified metadata.

Syntax

Visual Basic (Declaration) 
Function GetViewFromMetadata( _
   ByVal o As Object _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As IRegion
Dim o As Object
Dim value As Object
 
value = instance.GetViewFromMetadata(o)
C# 
object GetViewFromMetadata( 
   object o
)
Delphi 
function GetViewFromMetadata( 
    o: TObject
): TObject; 
JScript 
function GetViewFromMetadata( 
   o : Object
) : Object;
Managed Extensions for C++ 
Object* GetViewFromMetadata( 
   Object* o
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.