DkmInspectionContext.ReturnValues Property
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.
[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)