IVsStringMap Methods

 

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

NameDescription
System_CAPS_pubmethodClear()

Clears the key-value pairs in the map.

System_CAPS_pubmethodEnumKeys(IEnumString^)

Returns an enumeration of the key-value pairs.

System_CAPS_pubmethodGetValue(String^, String^)

Returns the value for a named key.

System_CAPS_pubmethodRemoveValue(String^)

Deletes a key-value pair.

System_CAPS_pubmethodSetValue(String^, String^)

Sets the value of a named key.

Return to top
Show: