IVsInfoBarActionItemCollection.GetItem(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取集合中特定索引处存储的操作项。
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
索引。
返回
操作项。