Share via


TfDTECommand.VSIPExec Method

Helper VSIP exec for used with direct VSIP command hook up.

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

Syntax

'Declaration
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
)
public:
virtual bool VSIPExec(
    CommandHandler^ handler, 
    CommandHandler::Command^ command, 
    int commandId, 
    unsigned int option, 
    IntPtr pvaIn, 
    IntPtr pvaOut
)
abstract VSIPExec : 
        handler:CommandHandler * 
        command:CommandHandler.Command * 
        commandId:int * 
        option:uint32 * 
        pvaIn:IntPtr * 
        pvaOut:IntPtr -> bool  
override VSIPExec : 
        handler:CommandHandler * 
        command:CommandHandler.Command * 
        commandId:int * 
        option:uint32 * 
        pvaIn:IntPtr * 
        pvaOut:IntPtr -> bool
public function VSIPExec(
    handler : CommandHandler, 
    command : CommandHandler.Command, 
    commandId : int, 
    option : uint, 
    pvaIn : IntPtr, 
    pvaOut : IntPtr
) : boolean

Parameters

Return Value

Type: System.Boolean
true for command executed

Remarks

Caller must handle exceptions

.NET Framework Security

See Also

Reference

TfDTECommand Class

Microsoft.VisualStudio.TeamFoundation Namespace