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
)
参数
- handler
类型:Microsoft.VisualStudio.TeamFoundation.CommandHandler
命令处理程序
- commandId
类型:System.Int32
命令ID
- option
类型:System.UInt32
选项
- pvaIn
类型:System.IntPtr
输入
- pvaOut
类型:System.IntPtr
输出
返回值
类型:System.Boolean
为命令为true时执行
备注
调用方必须处理异常
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。