IDkmEmbeddedDocumentProvider165.GetEmbeddedDocument Method
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.
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.