Freigeben über


DkmEvaluateExpressionOnThreadsAsyncResult.Results Property

Definition

Object containing the results of the evaluation. This object must be closed by the caller when the caller is done with the object.

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

Property Value

Returns ReadOnlyCollection<T>.

Applies to