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.
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
commandHandler
Type: Microsoft.VisualStudio.TeamFoundation.CommandHandlercommand handler
commandGroup
Type: System.Guidcommand group
commandId
Type: System.Int32command Id
.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.