Metoda IVsStringMap.RemoveValue — (String)
Usuwa parę klucz wartość.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
int RemoveValue(
string szKey
)
int RemoveValue(
String^ szKey
)
abstract RemoveValue :
szKey:string -> int
Function RemoveValue (
szKey As String
) As Integer
Parametry
- szKey
[w] Nazwa klucza dla pary klucz wartość do usunięcia.
Wartość zwracana
Type: System.Int32
Zwraca wartość S_OK, jeśli klucz został usunięty.
Zobacz też
Interfejs IVsStringMap
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku