Configuration.IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32) 메서드

정의

Interop 공급자입니다.

 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

시작할 수 있음 플래그를 지정하는 정수 값입니다.

반환

정수 값입니다.

구현

적용 대상