Hub.SectionHeaders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得中樞區段標頭的集合。
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)
屬性值
中樞區段的標頭。 預設為空集合。