ProvideDesignerLoaderAttribute(AttributeScope, Object) Constructor

Definition

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.

Applies to