InfoBarModel.ActionItems Property

Definition

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.

Implements

Applies to