IVsStringMap::RemoveValue Method (String^)

 

Deletes a key-value pair.

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

int RemoveValue(
	String^ szKey
)

Parameters

szKey
Type: System::String^

[in] The name of the key for the key-value pair to delete.

Return Value

Type: System::Int32

Returns S_OK if the key was deleted.

Return to top
Show: