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
'使用
Dim instance As ProvideViewAdapterAttribute
Dim value As Object

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

Property Value

Type: System.Object

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

Permissions

See Also

Reference

ProvideViewAdapterAttribute Class

ProvideViewAdapterAttribute Members

Microsoft.VisualStudio.Shell.Design Namespace