CommandBarControls Interface

 

A set of command bar controls.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[TypeLibTypeAttribute(4288)]
[GuidAttribute("9F0A2735-2303-4E7B-82A9-21101530B842")]
public interface CommandBarControls : _IVsMsoDispObj, IEnumerable

NameDescription
System_CAPS_pubpropertyApplication

Gets the DTE object.

System_CAPS_pubpropertyCount

Gets the number of command bar controls.

System_CAPS_pubpropertyCreator

Gets the ID of the application.

System_CAPS_pubpropertyItem[Object]

Gets the command bar control at the given name or index.

System_CAPS_pubpropertyParent

Gets the parent of this list, which is the DTE object.

NameDescription
System_CAPS_pubmethodAdd(Object, Object, Object, Object, Object)

Adds a command bar control with the given characteristics.

System_CAPS_pubmethodGetEnumerator()

Gets the enumerator.

Return to top
Show: