ProvideViewAdapterAttribute.ScopeData Property

Gets the scope data associated with the scope of the view adapter.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public ReadOnly Property ScopeData As Object
    Get
‘사용 방법
Dim instance As ProvideViewAdapterAttribute
Dim value As Object

value = instance.ScopeData
public Object ScopeData { get; }
public:
property Object^ ScopeData {
    Object^ get ();
}
member ScopeData : Object
function get ScopeData () : Object

Property Value

Type: System.Object
The scope data associated with the scope of the view adapter.

.NET Framework Security

See Also

Reference

ProvideViewAdapterAttribute Class

ProvideViewAdapterAttribute Members

Microsoft.VisualStudio.Shell.Design Namespace