InfoBarModel.ActionItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of buttons or links to display.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItemCollection ^ ActionItems { Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItemCollection ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItemCollection ^ ActionItems { Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItemCollection ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItemCollection ActionItems { get; }
member this.ActionItems : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItemCollection
Public ReadOnly Property ActionItems As IVsInfoBarActionItemCollection
Property Value
The collection.