Intersoft ClientUI Documentation
GetScopeName Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > RegionManager Class : GetScopeName Method






obj
The target element.
Gets the value of the ScopeName attached property.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetScopeName( _
   ByVal obj As DependencyObject _
) As String
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As String
 
value = RegionManager.GetScopeName(obj)
C# 
public static string GetScopeName( 
   DependencyObject obj
)
Delphi 
public function GetScopeName( 
    obj: DependencyObject
): String; static; 
JScript 
public static function GetScopeName( 
   obj : DependencyObject
) : String;
Managed Extensions for C++ 
public: static string* GetScopeName( 
   DependencyObject* obj
) 
C++/CLI 
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 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.