ProvideGlobalObjectProviderAttribute(Type) 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.
Initialise une nouvelle instance de la classe ProvideGlobalObjectProviderAttribute.
public:
ProvideGlobalObjectProviderAttribute(Type ^ providerType);
public:
ProvideGlobalObjectProviderAttribute(Platform::Type ^ providerType);
public ProvideGlobalObjectProviderAttribute (Type providerType);
new Microsoft.VisualStudio.Shell.Design.ProvideGlobalObjectProviderAttribute : Type -> Microsoft.VisualStudio.Shell.Design.ProvideGlobalObjectProviderAttribute
Public Sub New (providerType As Type)
Paramètres
- providerType
- Type
Objet Type du fournisseur. Le fournisseur doit dériver de la classe GlobalObjectProvider
Exceptions
providerType a la valeur null.