InfoBarHostControl.InfoBars Property

Definition

Gets a read-only list of InfoBar UI elements.

public:
 property System::Collections::Generic::IReadOnlyList<System::Windows::FrameworkElement ^> ^ InfoBars { System::Collections::Generic::IReadOnlyList<System::Windows::FrameworkElement ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<System.Windows.FrameworkElement> InfoBars { get; }
member this.InfoBars : System.Collections.Generic.IReadOnlyList<System.Windows.FrameworkElement>
Public ReadOnly Property InfoBars As IReadOnlyList(Of FrameworkElement)

Property Value

Returns IReadOnlyList<T>.

Applies to