ProvideDesignerLoaderAttribute(AttributeScope, Object) Constructor
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.
Provides a new instance of ProvideDesignerLoaderAttribute.
public:
ProvideDesignerLoaderAttribute(Microsoft::VisualStudio::Shell::Design::AttributeScope scope, System::Object ^ scopeData);
public:
ProvideDesignerLoaderAttribute(Microsoft::VisualStudio::Shell::Design::AttributeScope scope, Platform::Object ^ scopeData);
ProvideDesignerLoaderAttribute(Microsoft::VisualStudio::Shell::Design::AttributeScope scope, winrt::Windows::Foundation::IInspectable const & scopeData);
public ProvideDesignerLoaderAttribute (Microsoft.VisualStudio.Shell.Design.AttributeScope scope, object scopeData);
new Microsoft.VisualStudio.Shell.Design.Serialization.ProvideDesignerLoaderAttribute : Microsoft.VisualStudio.Shell.Design.AttributeScope * obj -> Microsoft.VisualStudio.Shell.Design.Serialization.ProvideDesignerLoaderAttribute
Public Sub New (scope As AttributeScope, scopeData As Object)
Parameters
- scope
- AttributeScope
The values of the enumeration AttributeScope are Language
and File
.
- scopeData
- Object
The value of the scope
. Logic internal to the method treats this as a string
.