Share via


DkmThreadEvaluationResultCollection.Results Property

Definition

The set of results from processing the query on the given 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)

Property Value

Returns ReadOnlyCollection<T>.

Applies to