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, _
caption As String _
)
public static void UpdateCommand(
CommandHandler.Command command,
CommandState state,
string caption
)
public:
static void UpdateCommand(
CommandHandler::Command^ command,
CommandState state,
String^ caption
)
static member UpdateCommand :
command:CommandHandler.Command *
state:CommandState *
caption:string -> unit
public static function UpdateCommand(
command : CommandHandler.Command,
state : CommandState,
caption : String
)
Parameters
command
Type: Microsoft.VisualStudio.TeamFoundation.CommandHandler.Commandcommand
state
Type: CommandStatestate
caption
Type: System.Stringcaption
.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.