CommandHandler.ExecWithInOutCallback Delegate

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
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
)
public delegate bool ExecWithInOutCallback(
    CommandHandler^ handler, 
    CommandHandler::Command^ command, 
    int commandId, 
    unsigned int commandOption, 
    IntPtr pvaIn, 
    IntPtr pvaOut
)
type ExecWithInOutCallback = 
    delegate of  
        handler:CommandHandler * 
        command:CommandHandler.Command * 
        commandId:int * 
        commandOption:uint32 * 
        pvaIn:IntPtr * 
        pvaOut:IntPtr -> bool
JScript does not support delegates.

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Microsoft.VisualStudio.TeamFoundation Namespace