UICollectionView.DequeueReusableSupplementaryView メソッド

定義

オーバーロード

DequeueReusableSupplementaryView(UICollectionElementKindSection, String, NSIndexPath)

UICollectionReusableView を返します。

DequeueReusableSupplementaryView(UICollectionElementKindSection, NSString, NSIndexPath)

新しく割り当てられた、または再利用された補助 UICollectionReusableViewを返します。

DequeueReusableSupplementaryView(NSString, NSString, NSIndexPath)

新しく割り当てられた、または再利用された補助 UICollectionReusableViewを返します。

DequeueReusableSupplementaryView(NSString, String, NSIndexPath)

UICollectionReusableView を返します。

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

パラメーター

kind
NSString

NSString必要な補助ビューの種類を指定する (例: "UICollectionElementKindSectionHeader")。

identifier
NSString

NSString補助ビューに使用する必要がある型を指定する 。

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

戻り値

適用対象