Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
handler
Type: Microsoft.VisualStudio.TeamFoundation.CommandHandlercommand handler
command
Type: Microsoft.VisualStudio.TeamFoundation.CommandHandler.Commandcommand
commandId
Type: System.Int32command Id
option
Type: System.UInt32options
pvaIn
Type: System.IntPtrinputs
pvaOut
Type: System.IntPtroutputs
Return Value
Type: System.Boolean
true for command executed
Remarks
Caller must handle exceptions
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.