IDebugPropertyBag110.GetProperty(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetProperty(System::String ^ bstrKey, [Runtime::InteropServices::Out] System::String ^ % pbstrValue);
public int GetProperty(string bstrKey, out string pbstrValue);
abstract member GetProperty : string * string -> int
Public Function GetProperty (bstrKey As String, ByRef pbstrValue As String) As Integer
Parameters
- bstrKey
- String
- pbstrValue
- String