Share via


VSProject2.Exec Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

'Declaration
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
)

Parameters

Implements

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

.NET Framework Security

See Also

Reference

VSProject2 Interface

VSLangProj80 Namespace