IVsStringMap.RemoveValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a key-value pair.
public:
int RemoveValue(System::String ^ szKey);
public:
int RemoveValue(Platform::String ^ szKey);
int RemoveValue(std::wstring const & szKey);
public int RemoveValue (string szKey);
abstract member RemoveValue : string -> int
Public Function RemoveValue (szKey As String) As Integer
Parameters
- szKey
- String
[in] The name of the key for the key-value pair to delete.
Returns
Returns S_OK if the key was deleted.