UICollectionViewDelegate.SupplementaryViewDisplayingEnded 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出指定的增補檢視已從 UICollectionView 中移除。
[Foundation.Export("collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:")]
public virtual void SupplementaryViewDisplayingEnded(UIKit.UICollectionView collectionView, UIKit.UICollectionReusableView view, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
abstract member SupplementaryViewDisplayingEnded : UIKit.UICollectionView * UIKit.UICollectionReusableView * Foundation.NSString * Foundation.NSIndexPath -> unit
override this.SupplementaryViewDisplayingEnded : UIKit.UICollectionView * UIKit.UICollectionReusableView * Foundation.NSString * Foundation.NSIndexPath -> unit
參數
- collectionView
- UICollectionView
產生要求的集合檢視。
- elementKind
- NSString
- indexPath
- NSIndexPath
- 屬性