Hub.SectionHeaders 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 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
The headers of the hub sections. The default is an empty collection.