IDkmEmbeddedDocumentProvider Interface

Definition

This API is used to retrieve source code documents that are embedded in a symbol file.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: RuntimeId, SymbolProviderId.

This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).

public interface class IDkmEmbeddedDocumentProvider
public interface IDkmEmbeddedDocumentProvider
type IDkmEmbeddedDocumentProvider = interface
Public Interface IDkmEmbeddedDocumentProvider

Methods

GetEmbeddedDocument(DkmInstructionSymbol)

Returns the embedded document containing this symbol. Returns S_FALSE if the embedded document does not exist.

Applies to