ExtensionPointRegistrationAttribute(Type, String) 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.
When applied to a Package, registers the package as an Extension Point Provider for the specified type.
public:
ExtensionPointRegistrationAttribute(Type ^ providerType, System::String ^ name);
public:
ExtensionPointRegistrationAttribute(Platform::Type ^ providerType, Platform::String ^ name);
public ExtensionPointRegistrationAttribute (Type providerType, string name);
new Microsoft.VisualStudio.Shell.ExtensionPointRegistrationAttribute : Type * string -> Microsoft.VisualStudio.Shell.ExtensionPointRegistrationAttribute
Public Sub New (providerType As Type, name As String)
Parameters
- providerType
- Type
The type implementing the generic's argument extension.
- name
- String
A short, non-localized human-readable name of the provider
Remarks
When applied to a Package, ExtensionPointRegistrationAttribute
registers the package as an extension point provider for the specified type.