ExtensionPointRegistrationAttribute Class
Registers an extension point provider of the type specified by derived classes such as ExtensionProviderType.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System.Attribute
Microsoft.VisualStudio.Shell.RegistrationAttribute
Microsoft.VisualStudio.Shell.ExtensionPointRegistrationAttribute
Microsoft.VisualStudio.Shell.ProvideComponentDiagnosticsAttribute
Microsoft.VisualStudio.Shell.ProvideSearchProviderAttribute
| Name | Description | |
|---|---|---|
![]() | ExtensionPointRegistrationAttribute(Type, String) | Initializes a new instance of the ExtensionPointRegistrationAttribute class. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Attribute.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetPackageRegKeyPath(Guid) | Gets the registry path (relative to the registry root of the application) of the VSPackage.(Inherited from RegistrationAttribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object) | (Inherited from Attribute.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Register(RegistrationAttribute.RegistrationContext) | Registers this attribute with the given context.(Overrides RegistrationAttribute.Register(RegistrationAttribute.RegistrationContext).) |
![]() | ToString() | (Inherited from Object.) |
![]() | Unregister(RegistrationAttribute.RegistrationContext) | Unregisters this attribute.(Overrides RegistrationAttribute.Unregister(RegistrationAttribute.RegistrationContext).) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





