ProvideDesignerLoaderAttribute(AttributeScope, Object) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.