IVsInfoBarActionItemCollection Interface

Definition

Represents a collection of action items.

public interface class IVsInfoBarActionItemCollection
public interface class IVsInfoBarActionItemCollection
__interface IVsInfoBarActionItemCollection
public interface IVsInfoBarActionItemCollection
[System.Runtime.InteropServices.Guid("A0E65F0E-DAEB-48B3-AA63-C274605B3EED")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBarActionItemCollection
type IVsInfoBarActionItemCollection = interface
[<System.Runtime.InteropServices.Guid("A0E65F0E-DAEB-48B3-AA63-C274605B3EED")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsInfoBarActionItemCollection = interface
Public Interface IVsInfoBarActionItemCollection
Attributes

Properties

Count

Gets the number of action items in the collection.

Methods

GetItem(Int32)

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

Applies to