IVsInfoBar.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 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