Partilhar via


Método ProjectConfig.QueryDebugLaunch

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Overridable Function QueryDebugLaunch ( _
    flags As UInteger, _
    <OutAttribute> ByRef fCanLaunch As Integer _
) As Integer
public virtual int QueryDebugLaunch(
    uint flags,
    out int fCanLaunch
)
public:
virtual int QueryDebugLaunch(
    unsigned int flags, 
    [OutAttribute] int% fCanLaunch
)
abstract QueryDebugLaunch : 
        flags:uint32 * 
        fCanLaunch:int byref -> int 
override QueryDebugLaunch : 
        flags:uint32 * 
        fCanLaunch:int byref -> int 
public function QueryDebugLaunch(
    flags : uint, 
    fCanLaunch : int
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32

Implementações

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32%)

Segurança do .NET Framework

Consulte também

Referência

ProjectConfig Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal