DkmInspectionContext.ReturnValues Eigenschaft

Definition

Optionale Unformatierte Darstellung von Werten für $returnValue 1, $returnValue 2 usw.

         Diese API wurde in Visual Studio 14 RTM (dkmapiversion. VS14RTM) eingeführt.
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; }
member this.ReturnValues : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValueContainer>
Public ReadOnly Property ReturnValues As ReadOnlyCollection(Of DkmRawReturnValueContainer)

Eigenschaftswert

ReadOnlyCollection<DkmRawReturnValueContainer>

Gilt für