DkmSymbolsDocument.GetEmbeddedDocument Method

Definition

Gets the embedded document associated with the provided symbols document.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 16 Update 5 (DkmApiVersion.VS16Update5).

public:
 Microsoft::VisualStudio::Debugger::Symbols::DkmEmbeddedDocument ^ GetEmbeddedDocument();
public Microsoft.VisualStudio.Debugger.Symbols.DkmEmbeddedDocument GetEmbeddedDocument ();
member this.GetEmbeddedDocument : unit -> Microsoft.VisualStudio.Debugger.Symbols.DkmEmbeddedDocument
Public Function GetEmbeddedDocument () As DkmEmbeddedDocument

Returns

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

Applies to