ExtensionPointRegistrationAttribute Properties

 

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

NameDescription
System_CAPS_protpropertyExtensionProvidersKey

Gets the path in registry where the extension providers are declared. Overridden in derived classes.

System_CAPS_protpropertyExtensionProviderType

Gets the type of the extension provider the interface implemented.

System_CAPS_pubpropertyName

Gets the human-readable name of the extension point provider.

System_CAPS_pubpropertyProvider

Gets the provider’s GUID.

System_CAPS_protpropertyProviderGuidString

Gets the provider’s GUID expressed as a string.

System_CAPS_pubpropertyProviderType

Gets the type that implements the associated extension point in this package.

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

Return to top
Show: