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.
Update a CommandHandler command
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Shared Sub UpdateCommand ( _
command As CommandHandler.Command, _
state As CommandState _
)
public static void UpdateCommand(
CommandHandler.Command command,
CommandState state
)
public:
static void UpdateCommand(
CommandHandler::Command^ command,
CommandState state
)
static member UpdateCommand :
command:CommandHandler.Command *
state:CommandState -> unit
public static function UpdateCommand(
command : CommandHandler.Command,
state : CommandState
)
Parameters
command
Type: Microsoft.VisualStudio.TeamFoundation.CommandHandler.Commandcommand
state
Type: CommandStatestate
.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.