Partager via


VSProject2.Exec, méthode (prjExecCommand, Int32, Object, Object%)

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  VSLangProj80
Assembly :  VSLangProj80 (dans VSLangProj80.dll)

Syntaxe

'Déclaration
Sub Exec ( _
    command As prjExecCommand, _
    bSuppressUI As Integer, _
    varIn As Object, _
    <OutAttribute> ByRef pVarOut As Object _
)
void Exec(
    prjExecCommand command,
    int bSuppressUI,
    Object varIn,
    out Object pVarOut
)
void Exec(
    [InAttribute] prjExecCommand command, 
    int bSuppressUI, 
    [InAttribute] Object^ varIn, 
    [OutAttribute] Object^% pVarOut
)
abstract Exec : 
        command:prjExecCommand * 
        bSuppressUI:int * 
        varIn:Object * 
        pVarOut:Object byref -> unit 
function Exec(
    command : prjExecCommand, 
    bSuppressUI : int, 
    varIn : Object, 
    pVarOut : Object
)

Paramètres

Implémentations

VSProject.Exec(prjExecCommand, Int32, Object, Object%)

Sécurité .NET Framework

Voir aussi

Référence

VSProject2 Interface

Exec, surcharge

VSLangProj80, espace de noms