IDebugExpression.GetResultAsString(Int32, 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 GetResultAsString([Runtime::InteropServices::Out] int % phrResult, [Runtime::InteropServices::Out] System::String ^ % pbstrResult);
public int GetResultAsString(out int phrResult, out string pbstrResult);
abstract member GetResultAsString : int * string -> int
Public Function GetResultAsString (ByRef phrResult As Integer, ByRef pbstrResult As String) As Integer
Parameters
- phrResult
- Int32
- pbstrResult
- String