IDkmEmbeddedDocumentProvider165 Interface

Definition

This API is used to check for the existence of embedded documents, enumerating embedded documents, and getting the document contents.

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

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

public interface class IDkmEmbeddedDocumentProvider165
public interface IDkmEmbeddedDocumentProvider165
type IDkmEmbeddedDocumentProvider165 = interface
Public Interface IDkmEmbeddedDocumentProvider165

Methods

EnumSymbolsDocuments(DkmModule)

Enumerates the symbol documents of the symbols file associated with the module.

GetEmbeddedDocument(DkmSymbolsDocument)

Gets the embedded document associated with the provided symbols document.

SymbolsHaveEmbeddedDocuments(DkmModule)

Checks if the symbols associated with the module have embedded documents.

Applies to