IDkmSourceLinkSymbolQuery Interface

Definition

This API is used to read Source Link configuration information from a symbol provider.

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, TransportKind.

This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).

public interface IDkmSourceLinkSymbolQuery
type IDkmSourceLinkSymbolQuery = interface
Public Interface IDkmSourceLinkSymbolQuery

Methods

GetSourceLinkData(DkmModule, DkmModuleInstance)

Returns the contents of the source link stream data for a module if the stream exists.

Applies to