ProvideGlobalObjectProviderAttribute::ProviderType Property
Visual Studio 2015
Gets the type of declared global object provider.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
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.
Show: