IDkmSourceLinkQuery Interface
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.
This API is used to read Source Link information.
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 15 RTM (DkmApiVersion.VS15RTM).
public interface class IDkmSourceLinkQuery
public interface class IDkmSourceLinkQuery
__interface IDkmSourceLinkQuery
public interface IDkmSourceLinkQuery
type IDkmSourceLinkQuery = interface
Public Interface IDkmSourceLinkQuery
Methods
GetSourceLinkInfo(DkmModule, String) |
Returns SourceLink information from the symbol file for the requested file path. |