CommandBarControls Interface

Definition

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.

Applies to