Udostępnij za pośrednictwem


IDkmScriptDocumentQuery Interface

Definition

API implemented by the script local agent to match script documents against breakpoint requests.

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

public interface class IDkmScriptDocumentQuery
public interface class IDkmScriptDocumentQuery
__interface IDkmScriptDocumentQuery
public interface IDkmScriptDocumentQuery
type IDkmScriptDocumentQuery = interface
Public Interface IDkmScriptDocumentQuery

Methods

TryResolve(DkmScriptDocument, DkmSourceFileId)

This method is called when a script document is created or when the project item path is set to try and bind breakpoints against the given script document.

Applies to