Compartir a través de


VSProject.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:  VSLangProj
Ensamblado:  VSLangProj (en VSLangProj.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

Seguridad de .NET Framework

Vea también

Referencia

VSProject Interfaz

VSLangProj (Espacio de nombres)