다음을 통해 공유


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)

속성 값

보기로 이동한 허브 섹션이 들어 있는 컬렉션입니다.

적용 대상