ProvideDesignerLoaderAttribute Constructor (AttributeScope, Object^)
Visual Studio 2015
Provides a new instance of ProvideDesignerLoaderAttribute.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- scope
-
Type:
Microsoft.VisualStudio.Shell.Design::AttributeScope
The values of the enumeration AttributeScope are Language and File.
- scopeData
-
Type:
System::Object^
The value of the scope. Logic internal to the method treats this as a string.
Provides a designer loader to a particular file extension. By using this constructor you limit the designer loader to work only with the given file extension.
Show: