IVsInfoBarActionItemCollection Interface

Visual Studio 2015
 

Represents a collection of action items.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[GuidAttribute("A0E65F0E-DAEB-48B3-AA63-C274605B3EED")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBarActionItemCollection

NameDescription
System_CAPS_pubpropertyCount

Gets the number of action items in the collection.

NameDescription
System_CAPS_pubmethodGetItem(Int32)

Gets the action item stored at a specific index in the collection.

Return to top
Show: