Share via


SectionsInViewChangedEventArgs.RemovedSections 屬性

定義

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

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

屬性值

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

適用於