言語

Configuration.IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32) メソッド

定義

インターオペーパープロバイダー。

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsDebuggableProjectCfg.QueryDebugLaunch(System::UInt32 launchFlags, [Runtime::InteropServices::Out] int % canLaunch) = Microsoft::VisualStudio::Shell::Interop::IVsDebuggableProjectCfg::QueryDebugLaunch;
int IVsDebuggableProjectCfg.QueryDebugLaunch(uint launchFlags, out int canLaunch);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsDebuggableProjectCfg.QueryDebugLaunch : uint32 * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsDebuggableProjectCfg.QueryDebugLaunch : uint32 * int -> int
Function QueryDebugLaunch (launchFlags As UInteger, ByRef canLaunch As Integer) As Integer Implements IVsDebuggableProjectCfg.QueryDebugLaunch

パラメーター

launchFlags
UInt32

打ち上げフラグを指定する整数の値です。

canLaunch
Int32

can launchフラグを指定する整数値。

返品

整数値。

実装

適用対象