IVsStringMap.GetValue(String, String) 方法

定义

返回已命名键的值。

public:
 int GetValue(System::String ^ szKey, [Runtime::InteropServices::Out] System::String ^ % pbstrValue);
int GetValue(std::wstring const & szKey, [Runtime::InteropServices::Out] std::wstring const & & pbstrValue);
public int GetValue (string szKey, out string pbstrValue);
abstract member GetValue : string * string -> int
Public Function GetValue (szKey As String, ByRef pbstrValue As String) As Integer

参数

szKey
String

中键。

pbstrValue
String

弄值。

返回

Int32

S_OK如果返回值,则返回。

适用于