ProvideGlobalObjectProviderAttribute::ProviderType Property

 

Gets the type of declared global object provider.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property Type^ ProviderType {
	Type^ get();
}

Property Value

Type: System::Type^

The Type of the associated provider class, which must be derived from GlobalObjectProvider.

The ProviderType property is set in the ProvideGlobalObjectProviderAttribute constructor.

Return to top
Show: