次の方法で共有


UICollectionViewDelegate.WillDisplaySupplementaryView メソッド

定義

補足 view 情報が表示されようとしています。

[Foundation.Export("collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillDisplaySupplementaryView (UIKit.UICollectionView collectionView, UIKit.UICollectionReusableView view, string elementKind, Foundation.NSIndexPath indexPath);
abstract member WillDisplaySupplementaryView : UIKit.UICollectionView * UIKit.UICollectionReusableView * string * Foundation.NSIndexPath -> unit
override this.WillDisplaySupplementaryView : UIKit.UICollectionView * UIKit.UICollectionReusableView * string * Foundation.NSIndexPath -> unit

パラメーター

collectionView
UICollectionView

要求を開始したコレクション ビュー。

elementKind
String
indexPath
NSIndexPath
属性

適用対象