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