InfoBarHostControl::InfoBars Property
Visual Studio 2015
Gets a read-only list of InfoBar UI elements.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IReadOnlyList<FrameworkElement^>^ InfoBars { IReadOnlyList<FrameworkElement^>^ get(); }
Property Value
Type: System.Collections.Generic::IReadOnlyList<FrameworkElement^>^Returns IReadOnlyList<T>.
Show: