Metoda IVsStringMap.GetValue — (String, String)
Zwraca wartość nazwanego klucza.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
int GetValue(
string szKey,
out string pbstrValue
)
int GetValue(
String^ szKey,
[OutAttribute] String^% pbstrValue
)
abstract GetValue :
szKey:string *
pbstrValue:string byref -> int
Function GetValue (
szKey As String,
<OutAttribute> ByRef pbstrValue As String
) As Integer
Parametry
- szKey
[w] Klucz.
- pbstrValue
[out] Wartość.
Wartość zwracana
Type: System.Int32
Zwraca S_OK , jeśli wartość została zwrócona.
Zobacz też
Interfejs IVsStringMap
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku