Compartir a través de


ILaunchDebugTargetProvider3 Interfaz

Definición

Interfaz ILaunchDebugTargetProvider3

public interface class ILaunchDebugTargetProvider3 : Microsoft::VisualStudio::Workspace::Debug::ILaunchDebugTargetProvider2
public interface ILaunchDebugTargetProvider3 : Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider2
type ILaunchDebugTargetProvider3 = interface
    interface ILaunchDebugTargetProvider2
    interface ILaunchDebugTargetProvider
Public Interface ILaunchDebugTargetProvider3
Implements ILaunchDebugTargetProvider2
Implementaciones

Métodos

LaunchDebugTarget(IWorkspace, IServiceProvider, DebugLaunchActionContext)

Iniciar un contexto de depuración

(Heredado de ILaunchDebugTargetProvider)
SupportsContext(IWorkspace, String)

Si este contexto es compatible con este proveedor

(Heredado de ILaunchDebugTargetProvider)
SupportsProjectConfiguration(IWorkspace, ProjectConfiguration)

Si este proveedor admite la configuración del proyecto.

(Heredado de ILaunchDebugTargetProvider2)
SupportsTargetPath(IWorkspace, String)

Si este destino es compatible con este proveedor

Se aplica a