IVsStringMap.GetValue(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回已命名键的值。
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
弄值。
返回
S_OK如果返回值,则返回。