TfDTECommand.VSIPExec 方法
Helper 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。