Hub.SectionHeaders Property

Definition

Gets a collection of the headers of the hub sections.

public:
 property IObservableVector<Platform::Object ^> ^ SectionHeaders { IObservableVector<Platform::Object ^> ^ get(); };
IObservableVector<IInspectable> SectionHeaders();
public IObservableVector<object> SectionHeaders { get; }
var iObservableVector = hub.sectionHeaders;
Public ReadOnly Property SectionHeaders As IObservableVector(Of Object)

Property Value

IObservableVector<Object>

IObservableVector<Platform::Object>

IObservableVector<IInspectable>

The headers of the hub sections. The default is an empty collection.

Applies to

See also