Freigeben über


DkmInspectionContext.ReturnValues Property

Definition

[Optional] Raw representation of values for $ReturnValue1, $ReturnValue2, etc.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValueContainer ^> ^ ReturnValues { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValueContainer ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValueContainer> ReturnValues { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValueContainer>? ReturnValues { get; }
member this.ReturnValues : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValueContainer>
Public ReadOnly Property ReturnValues As ReadOnlyCollection(Of DkmRawReturnValueContainer)

Property Value

Applies to