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)

public:
property Object^ ScopeData {
	Object^ get();
}

Property Value

Type: System::Object^

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

Return to top
Show: