ProvideGlobalObjectProviderAttribute Constructor (Type^)
Visual Studio 2015
Initializes a new instance of the ProvideGlobalObjectProviderAttribute class.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- providerType
-
Type:
System::Type^
The Type of the provider. The provider must derive from the GlobalObjectProvider class
| Exception | Condition |
|---|---|
| ArgumentNullException | providerType is null. |
The ProvideGlobalObjectProviderAttribute constructor sets the ProviderType property to the providerType parameter.
Show: