InfoBarModel::ActionItems Property
Visual Studio 2015
Gets the collection of buttons or links to display.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IVsInfoBarActionItemCollection^ ActionItems { virtual IVsInfoBarActionItemCollection^ get() sealed; }
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsInfoBarActionItemCollection^The collection.
Implements
IVsInfoBar::ActionItems
Show: