IVsStringMap.RemoveValue(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Retorna S_OK se a chave foi excluída.