Share via


IVsInfoBarActionItemCollection.GetItem(Int32) Method

Definition

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

public:
 Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem ^ GetItem(int index);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem ^ GetItem(int index);
Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem GetItem(int index);
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItem GetItem (int index);
abstract member GetItem : int -> Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItem
Public Function GetItem (index As Integer) As IVsInfoBarActionItem

Parameters

index
Int32

The index.

Returns

The action item.

Applies to