Condividi tramite


DkmInspectionContext.ReturnValue Property

Definition

[Optional] Deprecated - do not use. Instead, components should use the ReturnValues property as the list of all return values and set $ReturnValue to represent the last return value item in the list.

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValue ^ ReturnValue { Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValue ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValue ^ ReturnValue { Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValue ^ get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValue ReturnValue { get; }
public Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValue? ReturnValue { get; }
member this.ReturnValue : Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValue
Public ReadOnly Property ReturnValue As DkmRawReturnValue

Property Value

Returns DkmRawReturnValue.

Applies to