TfDTECommand.VSIPExec 方法

帮助器VSIP exec用于直接VSIP命令挂钩。

命名空间:  Microsoft.VisualStudio.TeamFoundation
程序集:  Microsoft.VisualStudio.TeamFoundation(在 Microsoft.VisualStudio.TeamFoundation.dll 中)

语法

声明
Public Overridable Function VSIPExec ( _
    handler As CommandHandler, _
    command As CommandHandler.Command, _
    commandId As Integer, _
    option As UInteger, _
    pvaIn As IntPtr, _
    pvaOut As IntPtr _
) As Boolean
public virtual bool VSIPExec(
    CommandHandler handler,
    CommandHandler.Command command,
    int commandId,
    uint option,
    IntPtr pvaIn,
    IntPtr pvaOut
)

参数

返回值

类型:System.Boolean
为命令为true时执行

备注

调用方必须处理异常

.NET Framework 安全性

请参见

参考

TfDTECommand 类

Microsoft.VisualStudio.TeamFoundation 命名空间