Share via


DkmFindDocumentsAsyncResult.Documents Property

Definition

[Optional] A collection of the documents that matched the query.

public:
 property cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmResolvedDocument ^> ^ Documents { cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmResolvedDocument ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.Symbols.DkmResolvedDocument[] Documents { get; }
public Microsoft.VisualStudio.Debugger.Symbols.DkmResolvedDocument[]? Documents { get; }
member this.Documents : Microsoft.VisualStudio.Debugger.Symbols.DkmResolvedDocument[]
Public ReadOnly Property Documents As DkmResolvedDocument()

Property Value

Returns DkmResolvedDocument.

Applies to