次の方法で共有


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)

プロパティ値

ビューに移動したハブ セクションを含むコレクション。

適用対象