ProvideDesignerLoaderAttribute.ScopeData Property

Definition

Gets the data for the scope.

public:
 property System::Object ^ ScopeData { System::Object ^ get(); };
public:
 property Platform::Object ^ ScopeData { Platform::Object ^ get(); };
public object ScopeData { get; }
member this.ScopeData : obj
Public ReadOnly Property ScopeData As Object

Property Value

The data for the scope. If scope is Language, the scope data is the name of the language service; if it is File, the scope data is the file extension.

Applies to