IDebuggableDatabaseProject.QueryDebugLaunch, méthode
Route la méthode QueryDebugLaunch vers l'extension afin qu'elle soit gérée.
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
Function QueryDebugLaunch ( _
config As IDatabaseProjectConfiguration, _
launchOptions As UInteger, _
<OutAttribute> ByRef canLaunch As Integer _
) As Integer
int QueryDebugLaunch(
IDatabaseProjectConfiguration config,
uint launchOptions,
out int canLaunch
)
int QueryDebugLaunch(
IDatabaseProjectConfiguration^ config,
unsigned int launchOptions,
[OutAttribute] int% canLaunch
)
abstract QueryDebugLaunch :
config:IDatabaseProjectConfiguration *
launchOptions:uint32 *
canLaunch:int byref -> int
function QueryDebugLaunch(
config : IDatabaseProjectConfiguration,
launchOptions : uint,
canLaunch : int
) : int
Paramètres
- config
Type : Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectConfiguration
Configuration actuelle.
- launchOptions
Type : System.UInt32
Spécifie la façon dont le débogueur est démarré.Pour plus d'informations, consultez __VSDBGLAUNCHFLAGS.
- canLaunch
Type : System.Int32%
Détermine si l'opération de débogage peut être démarrée.
Valeur de retour
Type : System.Int32
HRESULT.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IDebuggableDatabaseProject Interface
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms