Udostępnij za pośrednictwem


DkmContextGroupEvaluationILResult.ResultData Property

Definition

An array of result data structures that indicate the source instruction and the data buffer for all threads.

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

Property Value

Returns ReadOnlyCollection<T>.

Applies to