Partager via


ProjectConfig.QueryDebugLaunch, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Int32

Implémentations

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32%)

Sécurité .NET Framework

Voir aussi

Référence

ProjectConfig Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms