IDebuggableDatabaseProject.DebugLaunch, méthode
Route la méthode DebugLaunch 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 DebugLaunch ( _
config As IDatabaseProjectConfiguration, _
launchOptions As UInteger _
) As Integer
int DebugLaunch(
IDatabaseProjectConfiguration config,
uint launchOptions
)
int DebugLaunch(
IDatabaseProjectConfiguration^ config,
unsigned int launchOptions
)
abstract DebugLaunch :
config:IDatabaseProjectConfiguration *
launchOptions:uint32 -> int
function DebugLaunch(
config : IDatabaseProjectConfiguration,
launchOptions : uint
) : int
Paramètres
- config
Type : Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectConfiguration
Configuration actuelle.
- launchOptions
Type : System.UInt32
Spécifie des indicateurs de lancement.Pour plus d'informations, consultez __VSDBGLAUNCHFLAGS.
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