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
command
Type: VSLangProj.prjExecCommandMicrosoft Internal Use Only.
bSuppressUI
Type: System.Int32Microsoft Internal Use Only.
varIn
Type: System.ObjectMicrosoft Internal Use Only.
pVarOut
Type: System.Object%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
- 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.