RegistrationAttribute::RegistrationContext Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateKey(String^) | Creates a new registration key by name. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | EscapePath(String^) | Reformats a string as needed by the registration tool. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveKey(String^) | Removes an existing registration key. |
![]() | RemoveKeyIfEmpty(String^) | Removes the key of the specified name if it has no child key and no value. |
![]() | RemoveValue(String^, String^) | Removes a value from a registration key. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | EscapeAssemblyRelativePath(String^) | Returns an escaped string representing the full path of the specified folder relative to the assembly of the component being registered;(Defined by VsExtensionMethods.) |
![]() | GetAssemblyLocation() | Returns the parent folder containing the assembly of the component being registered.(Defined by VsExtensionMethods.) |
Show:

