IVsInfoBar.ActionItems Property

Definition

Gets the collection of action items displayed in the info bar.

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; }
[System.Runtime.InteropServices.DispId(1610678275)]
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItemCollection ActionItems { get; }
member this.ActionItems : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItemCollection
[<System.Runtime.InteropServices.DispId(1610678275)>]
member this.ActionItems : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItemCollection
Public ReadOnly Property ActionItems As IVsInfoBarActionItemCollection

Property Value

The collection of action items displayed in the info bar.

Attributes

Applies to