IVsInfoBarActionItemCollection.GetItem(Int32) Method
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.
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.