ExtensionPointRegistrationAttribute Constructor (Type^, String^)
Visual Studio 2015
Initializes a new instance of the ExtensionPointRegistrationAttribute class.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- providerType
-
Type:
System::Type^
The type implementing the generic's argument extension.
- name
-
Type:
System::String^
A short, non-localized human-readable name of the provider.
When applied to a Package, ExtensionPointRegistrationAttribute registers the package as an extension point provider for the specified type.
Show: