VSProject2.Exec(prjExecCommand, Int32, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
public:
void Exec(VSLangProj::prjExecCommand command, int bSuppressUI, System::Object ^ varIn, [Runtime::InteropServices::Out] System::Object ^ % pVarOut);
void Exec(VSLangProj::prjExecCommand command, int bSuppressUI, winrt::Windows::Foundation::IInspectable const & varIn, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & pVarOut);
[System.Runtime.InteropServices.DispId(14)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
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(64)>]
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