VSProject.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: VSLangProj
Assembly: VSLangProj (in VSLangProj.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: Int32
varIn
Type: Object
pVarOut
Type: 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.