Configuration.IVsDebuggableProjectCfg.QueryDebugLaunch 메서드

Interop provider.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Private Function QueryDebugLaunch ( _
    launchFlags As UInteger, _
    <OutAttribute> ByRef canLaunch As Integer _
) As Integer Implements IVsDebuggableProjectCfg.QueryDebugLaunch
‘사용 방법
Dim instance As Configuration 
Dim launchFlags As UInteger 
Dim canLaunch As Integer 
Dim returnValue As Integer 

returnValue = CType(instance, IVsDebuggableProjectCfg).QueryDebugLaunch(launchFlags, _
    canLaunch)
int IVsDebuggableProjectCfg.QueryDebugLaunch(
    uint launchFlags,
    out int canLaunch
)
private:
virtual int QueryDebugLaunch(
    unsigned int launchFlags, 
    [OutAttribute] int% canLaunch
) sealed = IVsDebuggableProjectCfg::QueryDebugLaunch
private abstract QueryDebugLaunch : 
        launchFlags:uint32 * 
        canLaunch:int byref -> int  
private override QueryDebugLaunch : 
        launchFlags:uint32 * 
        canLaunch:int byref -> int
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • launchFlags
    유형: System.UInt32
    An integer value that specifies the launch flags.
  • canLaunch
    유형: System.Int32%
    An integer value that specifies the can launch flag.

반환 값

유형: System.Int32
An integer value.

구현

IVsDebuggableProjectCfgQueryDebugLaunch(UInt32, Int32)

참고 항목

참조

Configuration 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스