CommandHandler.ExecWithInOutCallback 委托
命名空间: Microsoft.VisualStudio.TeamFoundation
程序集: Microsoft.VisualStudio.TeamFoundation(在 Microsoft.VisualStudio.TeamFoundation.dll 中)
语法
声明
Public Delegate Function ExecWithInOutCallback ( _
handler As CommandHandler, _
command As CommandHandler.Command, _
commandId As Integer, _
commandOption As UInteger, _
pvaIn As IntPtr, _
pvaOut As IntPtr _
) As Boolean
public delegate bool ExecWithInOutCallback(
CommandHandler handler,
CommandHandler.Command command,
int commandId,
uint commandOption,
IntPtr pvaIn,
IntPtr pvaOut
)
参数
- commandId
类型:System.Int32
- commandOption
类型:System.UInt32
- pvaIn
类型:System.IntPtr
- pvaOut
类型:System.IntPtr