VSProject3.Exec(prjExecCommand, Int32, Object, Object) Method

Definition

public:
 void Exec(VSLangProj::prjExecCommand command, int bSuppressUI, System::Object ^ varIn, [Runtime::InteropServices::Out] System::Object ^ % pVarOut);
[System.Runtime.InteropServices.DispId(14)]
[System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)]
public void Exec (VSLangProj.prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut);
[System.Runtime.InteropServices.DispId(14)]
public void Exec (VSLangProj.prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut);
[<System.Runtime.InteropServices.DispId(14)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
abstract member Exec : VSLangProj.prjExecCommand * int * obj * obj -> unit
[<System.Runtime.InteropServices.DispId(14)>]
abstract member Exec : VSLangProj.prjExecCommand * int * obj * obj -> unit
Public Sub Exec (command As prjExecCommand, bSuppressUI As Integer, varIn As Object, ByRef pVarOut As Object)

Parameters

command
prjExecCommand
bSuppressUI
Int32
varIn
Object
pVarOut
Object

Implements

Attributes

Applies to