ExtensionPointRegistrationAttribute Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | ExtensionProvidersKey | Gets the path in registry where the extension providers are declared. Overridden in derived classes. |
![]() | ExtensionProviderType | Gets the type of the extension provider the interface implemented. |
![]() | Name | Gets the human-readable name of the extension point provider. |
![]() | Provider | Gets the provider’s GUID. |
![]() | ProviderGuidString | Gets the provider’s GUID expressed as a string. |
![]() | ProviderType | Gets the type that implements the associated extension point in this package. |
![]() | TypeId | Gets the current instance of this attribute.(Inherited from RegistrationAttribute.) |
Show:

