DkmEvaluationEnumAsyncResult.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DkmEvaluationResult items to return. Each item must be closed by the caller when the caller is done.
public:
property cli::array <Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^> ^ Items { cli::array <Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult[] Items { get; }
member this.Items : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult[]
Public ReadOnly Property Items As DkmEvaluationResult()
Property Value
Returns DkmEvaluationResult.