InfoBarHostControl.InfoBars 属性

定义

获取信息栏 UI 元素的只读列表。

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)

属性值

IReadOnlyList<FrameworkElement>

返回 IReadOnlyList<T>

适用于