RegistrationAttribute::RegistrationContext Methods

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)

NameDescription
System_CAPS_pubmethodCreateKey(String^)

Creates a new registration key by name.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodEscapePath(String^)

Reformats a string as needed by the registration tool.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveKey(String^)

Removes an existing registration key.

System_CAPS_pubmethodRemoveKeyIfEmpty(String^)

Removes the key of the specified name if it has no child key and no value.

System_CAPS_pubmethodRemoveValue(String^, String^)

Removes a value from a registration key.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodEscapeAssemblyRelativePath(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.)

System_CAPS_pubmethodGetAssemblyLocation()

Returns the parent folder containing the assembly of the component being registered.(Defined by VsExtensionMethods.)

Return to top
Show: