IDebuggableDatabaseProject.DebugLaunch 方法
將 DebugLaunch 方法路由傳送至擴充功能,以便處理。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
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
參數
- launchOptions
型別:System.UInt32
指定啟動旗標。如需詳細資訊,請參閱 __VSDBGLAUNCHFLAGS。
傳回值
型別:System.Int32
HRESULT。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。