ExtensionPointRegistrationAttribute Constructor (Type^, String^)

 

Initializes a new instance of the ExtensionPointRegistrationAttribute class.

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

public:
ExtensionPointRegistrationAttribute(
	Type^ providerType,
	String^ name
)

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.

Return to top
Show: