ProvideGlobalObjectProviderAttribute(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ProvideGlobalObjectProviderAttribute class.
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)
Parameters
- providerType
- Type
The Type of the provider. The provider must derive from the GlobalObjectProvider class
Exceptions
providerType
is null
.