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 query status 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 VSIPQueryStatus ( _
handler As CommandHandler, _
command As CommandHandler.Command, _
commandId As Integer _
) As Boolean
public virtual bool VSIPQueryStatus(
CommandHandler handler,
CommandHandler.Command command,
int commandId
)
public:
virtual bool VSIPQueryStatus(
CommandHandler^ handler,
CommandHandler::Command^ command,
int commandId
)
abstract VSIPQueryStatus :
handler:CommandHandler *
command:CommandHandler.Command *
commandId:int -> bool
override VSIPQueryStatus :
handler:CommandHandler *
command:CommandHandler.Command *
commandId:int -> bool
public function VSIPQueryStatus(
handler : CommandHandler,
command : CommandHandler.Command,
commandId : int
) : boolean
Parameters
handler
Type: Microsoft.VisualStudio.TeamFoundation.CommandHandlercommand handler
command
Type: Microsoft.VisualStudio.TeamFoundation.CommandHandler.Commandcommand
commandId
Type: System.Int32command Id
Return Value
Type: System.Boolean
true for status updated
.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.