Partager via


IDebuggableDatabaseProject, interface

Crée une extension qui implémente cette interface afin d'indiquer au système de projet agnostique que votre projet peut être débogué.

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
Public Interface IDebuggableDatabaseProject _
    Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDebuggableDatabaseProject : IExtension
[CLSCompliantAttribute(false)]
public interface class IDebuggableDatabaseProject : IExtension
[<CLSCompliantAttribute(false)>]
type IDebuggableDatabaseProject =  
    interface
        interface IExtension
    end
public interface IDebuggableDatabaseProject extends IExtension

Le type IDebuggableDatabaseProject expose les membres suivants.

Méthodes

  Nom Description
Méthode publique DebugLaunch Route la méthode DebugLaunch vers l'extension afin qu'elle soit gérée.
Méthode publique Initialize Initialise l'extension.
Méthode publique QueryDebugLaunch Route la méthode QueryDebugLaunch vers l'extension afin qu'elle soit gérée.

Début

Voir aussi

Référence

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms