IVsInfoBarActionItemCollection.GetItem(Int32) 方法

定义

获取集合中特定索引处存储的操作项。

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

参数

index
Int32

索引。

返回

IVsInfoBarActionItem

操作项。

适用于