CommandBarControls Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A set of command bar controls.
public interface class CommandBarControls : Microsoft::VisualStudio::CommandBars::_IVsMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("9F0A2735-2303-4E7B-82A9-21101530B842")]
[System.Runtime.InteropServices.TypeLibType(4288)]
public interface CommandBarControls : Microsoft.VisualStudio.CommandBars._IVsMsoDispObj, System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("9F0A2735-2303-4E7B-82A9-21101530B842")]
public interface CommandBarControls : Microsoft.VisualStudio.CommandBars._IVsMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("9F0A2735-2303-4E7B-82A9-21101530B842")>]
[<System.Runtime.InteropServices.TypeLibType(4288)>]
type CommandBarControls = interface
interface _IVsMsoDispObj
interface IEnumerable
[<System.Runtime.InteropServices.Guid("9F0A2735-2303-4E7B-82A9-21101530B842")>]
type CommandBarControls = interface
interface _IVsMsoDispObj
interface IEnumerable
Public Interface CommandBarControls
Implements _IVsMsoDispObj, IEnumerable
- Attributes
- Implements
Properties
Application |
Gets the DTE object. |
Count |
Gets the number of command bar controls. |
Creator |
Gets the ID of the application. |
Item[Object] |
Gets the command bar control at the given name or index. |
Parent |
Gets the parent of this list, which is the DTE object. |
Methods
Add(Object, Object, Object, Object, Object) |
Adds a command bar control with the given characteristics. |
GetEnumerator() |
Gets the enumerator. |