Intersoft ClientUI Documentation
GetScopeName Method



The target element.
Gets the value of the ScopeName attached property.
Syntax
Public Shared Function GetScopeName( _
   ByVal obj As DependencyObject _
) As String
Dim obj As DependencyObject
Dim value As String
 
value = RegionManager.GetScopeName(obj)
public static string GetScopeName( 
   DependencyObject obj
)
public:
static String^ GetScopeName( 
   DependencyObject^ obj
) 

Parameters

obj
The target element.

Return Value

The region scope name 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

RegionManager Class
RegionManager Members

Send Feedback