CommandBarControls Interface
A set of command bar controls.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'宣言
<GuidAttribute("9F0A2735-2303-4E7B-82A9-21101530B842")> _
Public Interface CommandBarControls _
Inherits _IVsMsoDispObj, IEnumerable
[GuidAttribute("9F0A2735-2303-4E7B-82A9-21101530B842")]
public interface CommandBarControls : _IVsMsoDispObj,
IEnumerable
The CommandBarControls type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Gets the DTE object. (Inherited from _IVsMsoDispObj.) | |
Application | Gets the DTE object. | |
Count | Gets the number of command bar controls. | |
Creator | Gets the ID of the application. (Inherited from _IVsMsoDispObj.) | |
Creator | Gets the ID of the application. | |
Item | Gets the command bar control at the given name or index. | |
Parent | Gets the parent of this list, which is the DTE object. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a command bar control with the given characteristics. | |
GetEnumerator() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetEnumerator() | Gets the enumerator. |
Top