IDebugReturnValueEvent2.GetReturnValue(IDebugProperty2) 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 GetReturnValue([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProperty2 ^ % ppReturnValue);
public int GetReturnValue(out Microsoft.VisualStudio.Debugger.Interop.IDebugProperty2 ppReturnValue);
abstract member GetReturnValue : IDebugProperty2 -> int
Public Function GetReturnValue (ByRef ppReturnValue As IDebugProperty2) As Integer
Parameters
- ppReturnValue
- IDebugProperty2