DkmGetChildrenAsyncResult Constructor
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.
Creates a new result structure to hold the output from a successful call to DkmEvaluationResult.GetChildren.
public:
DkmGetChildrenAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^> ^ InitialChildren, Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultEnumContext ^ EnumContext);
public DkmGetChildrenAsyncResult (Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult[] InitialChildren, Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResultEnumContext EnumContext);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmGetChildrenAsyncResult : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult[] * Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResultEnumContext -> Microsoft.VisualStudio.Debugger.Evaluation.DkmGetChildrenAsyncResult
Public Sub New (InitialChildren As DkmEvaluationResult(), EnumContext As DkmEvaluationResultEnumContext)
Parameters
- InitialChildren
- DkmEvaluationResult[]
[In] The initial children to return. Each child must be closed by the caller when the caller is done.
- EnumContext
- DkmEvaluationResultEnumContext
[In] Context object used to enumerate the children, including the children already returned via the InitialChildren parameter. This object must be closed by the caller of this API when enumeration is complete.