DkmEnumSymbolsDocumentsAsyncResult(DkmSymbolsDocument[]) 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.EnumSymbolsDocuments.
public DkmEnumSymbolsDocumentsAsyncResult (Microsoft.VisualStudio.Debugger.Symbols.DkmSymbolsDocument[] Documents);
new Microsoft.VisualStudio.Debugger.Symbols.DkmEnumSymbolsDocumentsAsyncResult : Microsoft.VisualStudio.Debugger.Symbols.DkmSymbolsDocument[] -> Microsoft.VisualStudio.Debugger.Symbols.DkmEnumSymbolsDocumentsAsyncResult
Public Sub New (Documents As DkmSymbolsDocument())
Parameters
- Documents
- DkmSymbolsDocument[]
[In] Array of embedded document metadata.