IDebugExpression.GetResultAsDebugProperty(Int32, IDebugProperty) 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 GetResultAsDebugProperty([Runtime::InteropServices::Out] int % phrResult, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProperty ^ % ppdp);
public int GetResultAsDebugProperty(out int phrResult, out Microsoft.VisualStudio.Debugger.Interop.IDebugProperty ppdp);
abstract member GetResultAsDebugProperty : int * IDebugProperty -> int
Public Function GetResultAsDebugProperty (ByRef phrResult As Integer, ByRef ppdp As IDebugProperty) As Integer
Parameters
- phrResult
- Int32
- ppdp
- IDebugProperty