IVsInfoBar::ActionItems Property
Visual Studio 2015
Gets the collection of action items displayed in the info bar.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
[DispIdAttribute(1610678275)]
property IVsInfoBarActionItemCollection^ ActionItems {
IVsInfoBarActionItemCollection^ get();
}
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsInfoBarActionItemCollection^The collection of action items displayed in the info bar.
Show: