Intersoft ClientUI Documentation
GetViewMetadata Method



The target element.
Gets the value of the ViewMetadata attached property.
Syntax
Public Shared Function GetViewMetadata( _
   ByVal obj As DependencyObject _
) As ViewMetadata
Dim obj As DependencyObject
Dim value As ViewMetadata
 
value = Region.GetViewMetadata(obj)
public static ViewMetadata GetViewMetadata( 
   DependencyObject obj
)
public:
static ViewMetadata^ GetViewMetadata( 
   DependencyObject^ obj
) 

Parameters

obj
The target element.

Return Value

The ViewMetadata of the attached element.
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

Region Class
Region Members

Send Feedback