IVsInfoBarActionItemCollection 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.
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. |