CommandHandlerHelper.HideCommand Method

Hide a command

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Shared Sub HideCommand ( _
    commandHandler As CommandHandler, _
    commandGroup As Guid, _
    commandId As Integer _
)
public static void HideCommand(
    CommandHandler commandHandler,
    Guid commandGroup,
    int commandId
)
public:
static void HideCommand(
    CommandHandler^ commandHandler, 
    Guid commandGroup, 
    int commandId
)
static member HideCommand : 
        commandHandler:CommandHandler * 
        commandGroup:Guid * 
        commandId:int -> unit
public static function HideCommand(
    commandHandler : CommandHandler, 
    commandGroup : Guid, 
    commandId : int
)

Parameters

.NET Framework Security

See Also

Reference

CommandHandlerHelper Class

Microsoft.VisualStudio.TeamFoundation Namespace