IVsStringMap.RemoveValue(String) Método

Definição

Exclui um par chave-valor.

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

Parâmetros

szKey
String

no O nome da chave para o par chave-valor a ser excluído.

Retornos

Int32

Retorna S_OK se a chave foi excluída.

Aplica-se a