DkmFindDocumentsAsyncResult(DkmResolvedDocument[]) 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 DkmModule.FindDocuments.
public:
DkmFindDocumentsAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmResolvedDocument ^> ^ Documents);
public DkmFindDocumentsAsyncResult (Microsoft.VisualStudio.Debugger.Symbols.DkmResolvedDocument[] Documents);
public DkmFindDocumentsAsyncResult (Microsoft.VisualStudio.Debugger.Symbols.DkmResolvedDocument[]? Documents);
new Microsoft.VisualStudio.Debugger.Symbols.DkmFindDocumentsAsyncResult : Microsoft.VisualStudio.Debugger.Symbols.DkmResolvedDocument[] -> Microsoft.VisualStudio.Debugger.Symbols.DkmFindDocumentsAsyncResult
Public Sub New (Documents As DkmResolvedDocument())
Parameters
- Documents
- DkmResolvedDocument[]
[In] A collection of the documents that matched the query.