Share via


SectionsInViewChangedEventArgs.AddedSections 屬性

定義

取得集合,其中包含移至檢視的中樞區段。

public:
 property IVector<HubSection ^> ^ AddedSections { IVector<HubSection ^> ^ get(); };
IVector<HubSection> AddedSections();
public IList<HubSection> AddedSections { get; }
var iVector = sectionsInViewChangedEventArgs.addedSections;
Public ReadOnly Property AddedSections As IList(Of HubSection)

屬性值

集合,其中包含移至檢視的中樞區段。

適用於