UICollectionView.DequeueReusableSupplementaryView メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DequeueReusableSupplementaryView(UICollectionElementKindSection, String, NSIndexPath)
UICollectionReusableView を返します。
public UIKit.UICollectionReusableView DequeueReusableSupplementaryView(UIKit.UICollectionElementKindSection kind, string reuseIdentifier, Foundation.NSIndexPath indexPath);
member this.DequeueReusableSupplementaryView : UIKit.UICollectionElementKindSection * string * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
パラメーター
- reuseIdentifier
- String
- indexPath
- NSIndexPath
戻り値
適用対象
DequeueReusableSupplementaryView(UICollectionElementKindSection, NSString, NSIndexPath)
新しく割り当てられた、または再利用された補助 UICollectionReusableViewを返します。
public Foundation.NSObject DequeueReusableSupplementaryView(UIKit.UICollectionElementKindSection section, Foundation.NSString reuseIdentifier, Foundation.NSIndexPath indexPath);
member this.DequeueReusableSupplementaryView : UIKit.UICollectionElementKindSection * Foundation.NSString * Foundation.NSIndexPath -> Foundation.NSObject
パラメーター
- section
- UICollectionElementKindSection
UICollectionElementKindSection必要な補助ビューの種類を指定する 。
- reuseIdentifier
- NSString
- indexPath
- NSIndexPath
NSIndexPath補助ビューの場所を指定する 。
戻り値
再利用キューから新しく割り当てられた、または再利用される補助 UICollectionReusableView 。
注釈
アプリケーション開発者は、このメソッドを呼び出す前に、 または RegisterNibForSupplementaryView(UINib, UICollectionElementKindSection, String) をRegisterClassForSupplementaryView(Type, UICollectionElementKindSection, String)使用してクラスまたは nib ファイルを登録しておく必要があります。
T:UIKIt.UICollectionReusableView が新しく割り当てられないがリサイクルされている場合、このメソッドはそのセルのPrepareForReuse()メソッドを呼び出します。
適用対象
DequeueReusableSupplementaryView(NSString, NSString, NSIndexPath)
新しく割り当てられた、または再利用された補助 UICollectionReusableViewを返します。
[Foundation.Export("dequeueReusableSupplementaryViewOfKind:withReuseIdentifier:forIndexPath:")]
public virtual UIKit.UICollectionReusableView DequeueReusableSupplementaryView(Foundation.NSString kind, Foundation.NSString identifier, Foundation.NSIndexPath indexPath);
abstract member DequeueReusableSupplementaryView : Foundation.NSString * Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
override this.DequeueReusableSupplementaryView : Foundation.NSString * Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
パラメーター
- indexPath
- NSIndexPath
NSIndexPath補助ビューの場所を指定する 。
戻り値
再利用キューから新しく割り当てられるか、再利用される補助 UICollectionReusableView 。
- 属性
適用対象
DequeueReusableSupplementaryView(NSString, String, NSIndexPath)
UICollectionReusableView を返します。
public UIKit.UICollectionReusableView DequeueReusableSupplementaryView(Foundation.NSString kind, string reuseIdentifier, Foundation.NSIndexPath indexPath);
member this.DequeueReusableSupplementaryView : Foundation.NSString * string * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
パラメーター
- kind
- NSString
- reuseIdentifier
- String
- indexPath
- NSIndexPath