OAVSProject.Exec Method

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub Exec ( _
    command As prjExecCommand, _
    bSuppressUI As Integer, _
    varIn As Object, _
    <OutAttribute> ByRef pVarOut As Object _
)
'使用
Dim instance As OAVSProject
Dim command As prjExecCommand
Dim bSuppressUI As Integer
Dim varIn As Object
Dim pVarOut As Object

instance.Exec(command, bSuppressUI, varIn, _
    pVarOut)
public void Exec(
    prjExecCommand command,
    int bSuppressUI,
    Object varIn,
    out Object pVarOut
)
public:
virtual void Exec(
    prjExecCommand command, 
    int bSuppressUI, 
    Object^ varIn, 
    [OutAttribute] Object^% pVarOut
) sealed
public final function Exec(
    command : prjExecCommand, 
    bSuppressUI : int, 
    varIn : Object, 
    pVarOut : Object
)

Parameters

  • bSuppressUI
    Type: System.Int32

    Microsoft Internal Use Only.

Implements

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

Remarks

This is a VSProject method and is not implemented in this class. It throws an exception.

Permissions

See Also

Reference

OAVSProject Class

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace