ProvideDesignerLoaderAttribute(AttributeScope, Object) Constructeur

Définition

Fournit une nouvelle instance de 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)

Paramètres

scope
AttributeScope

Les valeurs de l'énumération AttributeScope sont Language et File.

scopeData
Object

Valeur de scope. La logique interne à la méthode traite ceci comme une string.

S’applique à