DkmInstructionSymbol.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.
Returns the embedded document containing this symbol. Returns S_FALSE if the embedded document does not exist.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).
public:
Microsoft::VisualStudio::Debugger::Symbols::DkmEmbeddedDocument ^ GetEmbeddedDocument();
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,Optional] DkmEmbeddedDocument represents a source file embedded in a symbol file.