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)

属性值

一个集合,其中包含移动到视图中的中心部分。

适用于