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
command
Type: VSLangProj.prjExecCommand
bSuppressUI
Type: System.Int32
varIn
Type: System.Object
pVarOut
Type: System.Object%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.