MenuCommandsService Class
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection< (Of < ( <'MenuCommand> ) > ) >
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..MenuCommandsService
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Public Class MenuCommandsService _
Inherits Collection(Of MenuCommand) _
Implements IDisposable, IMenuCommandService, IOleCommandTarget
'Usage
Dim instance As MenuCommandsService
public class MenuCommandsService : Collection<MenuCommand>,
IDisposable, IMenuCommandService, IOleCommandTarget
public ref class MenuCommandsService : public Collection<MenuCommand^>,
IDisposable, IMenuCommandService, IOleCommandTarget
type MenuCommandsService =
class
inherit Collection<MenuCommand>
interface IDisposable
interface IMenuCommandService
interface IOleCommandTarget
end
public class MenuCommandsService extends Collection<MenuCommand> implements IDisposable, IMenuCommandService, IOleCommandTarget
The MenuCommandsService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MenuCommandsService() () () () | Initializes a new instance of the MenuCommandsService class. | |
MenuCommandsService(ServiceProvider) | Initializes a new instance of the MenuCommandsService class. | |
MenuCommandsService(array<MenuCommand> [] () [] []) | Initializes a new instance of the MenuCommandsService class. | |
MenuCommandsService(MenuCommandsService) | Initializes a new instance of the MenuCommandsService class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
Item | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
Items | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IMenuCommandService..::..AddVerb | ||
IMenuCommandService..::..RemoveVerb | ||
IMenuCommandService..::..Verbs | Gets {insert text here}. | |
IList..::..Add | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
IList..::..Contains | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
ICollection..::..CopyTo | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
IEnumerable..::..GetEnumerator | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
IList..::..IndexOf | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
IList..::..Insert | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
IList..::..IsFixedSize | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > )..::..IsReadOnly | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
IList..::..IsReadOnly | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
ICollection..::..IsSynchronized | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
IList..::..Item | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
IList..::..Remove | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) | |
ICollection..::..SyncRoot | (Inherited from Collection< (Of < ( <'MenuCommand> ) > ) >.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace