IDkmEmbeddedDocumentProvider165.GetEmbeddedDocument Method

Definition

Gets the embedded document associated with the provided symbols document.

public:
 Microsoft::VisualStudio::Debugger::Symbols::DkmEmbeddedDocument ^ GetEmbeddedDocument(Microsoft::VisualStudio::Debugger::Symbols::DkmSymbolsDocument ^ symbolsDocument);
public Microsoft.VisualStudio.Debugger.Symbols.DkmEmbeddedDocument GetEmbeddedDocument (Microsoft.VisualStudio.Debugger.Symbols.DkmSymbolsDocument symbolsDocument);
abstract member GetEmbeddedDocument : Microsoft.VisualStudio.Debugger.Symbols.DkmSymbolsDocument -> Microsoft.VisualStudio.Debugger.Symbols.DkmEmbeddedDocument
Public Function GetEmbeddedDocument (symbolsDocument As DkmSymbolsDocument) As DkmEmbeddedDocument

Parameters

symbolsDocument
DkmSymbolsDocument

[In] DkmSymbolsDocument represents a document in a symbol file.

Returns

[Out] The embedded document corresponding to the symbols document.

Applies to