IDkmVisualStudioServices120 Interface

Definition

Interface implemented by the AD7AL as a gateway to services provided by the rest of Visual Studio.

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

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

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

Methods

DisplayUserMessagePrompt(DkmUserMessage, DkmWorkList, DkmCompletionRoutine<DkmDisplayUserMessagePromptAsyncResult>)

Displays a message to the user inside the Visual Studio debugger IDE. This method is the Async implementation. Once it is executed the completion routine will be called with the DkmProcess and the user response (Yes/No). This method requires DkmUserMessage.Process to be non-null.

Applies to