ProvideDesignerLoaderAttribute.ScopeData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.