ProvideGlobalObjectProviderAttribute(Type) Constructor

Definition

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.

Applies to