CommandHandlerHelper.UpdateCommand Method (CommandHandler.Command, CommandState)

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

  • state
    Type: CommandState

    state

.NET Framework Security

See Also

Reference

CommandHandlerHelper Class

UpdateCommand Overload

Microsoft.VisualStudio.TeamFoundation Namespace