Compartir a través de


VSProject2.Exec (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  VSLangProj80
Ensamblado:  VSLangProj80 (en VSLangProj80.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • command
    Tipo: prjExecCommand

     

  • bSuppressUI
    Tipo: Int32

     

  • varIn
    Tipo: Object

     

  • pVarOut
    Tipo: Object%

     

Seguridad de .NET Framework

Vea también

Referencia

VSProject2 Interfaz

VSLangProj80 (Espacio de nombres)