IVsInfoBarActionItemCollection::GetItem Method (Int32)

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

IVsInfoBarActionItem^ GetItem(
	int index
)

Parameters

index
Type: System::Int32

The index.

Return to top
Show: