DkmThreadEvaluationResultCollection.Results Eigenschaft

Definition

Der Resultset aus der Verarbeitung der Abfrage für den angegebenen Thread.

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

Eigenschaftswert

ReadOnlyCollection<DkmILEvaluationResult>

Gibt ReadOnlyCollection<T>zurück.

Gilt für