此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
仅由 Microsoft 内部使用。
命名空间:  VSLangProj
程序集:  VSLangProj(在 VSLangProj.dll 中)
语法
声明
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
)
参数
- command
 类型:VSLangProj.prjExecCommand
 
- bSuppressUI
 类型:System.Int32
 
- varIn
 类型:System.Object
 
- pVarOut
 类型:System.Object%
 
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。