RemoveCommand Method

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Sub RemoveCommand ( _
    command As MenuCommand _
)
'Usage
Dim instance As MenuCommandsService
Dim command As MenuCommand

instance.RemoveCommand(command)
public void RemoveCommand(
    MenuCommand command
)
public:
virtual void RemoveCommand(
    MenuCommand^ command
) sealed
abstract RemoveCommand : 
        command:MenuCommand -> unit 
override RemoveCommand : 
        command:MenuCommand -> unit 
public final function RemoveCommand(
    command : MenuCommand
)

Parameters

Implements

IMenuCommandService..::..RemoveCommand(MenuCommand)

See Also

Reference

MenuCommandsService Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace