Share via


UICollectionViewCellRegistration.GetRegistration Method

Definition

Overloads

GetRegistration(Class, UICollectionViewCellRegistrationConfigurationHandler)

[Foundation.Export("registrationWithCellClass:configurationHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UICollectionViewCellRegistration GetRegistration(ObjCRuntime.Class cellClass, UIKit.UICollectionViewCellRegistrationConfigurationHandler configurationHandler);
[<Foundation.Export("registrationWithCellClass:configurationHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetRegistration : ObjCRuntime.Class * UIKit.UICollectionViewCellRegistrationConfigurationHandler -> UIKit.UICollectionViewCellRegistration

Parameters

cellClass
Class

Returns

Attributes

Applies to

GetRegistration(Type, UICollectionViewCellRegistrationConfigurationHandler)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UICollectionViewCellRegistration GetRegistration(Type cellType, UIKit.UICollectionViewCellRegistrationConfigurationHandler configurationHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetRegistration : Type * UIKit.UICollectionViewCellRegistrationConfigurationHandler -> UIKit.UICollectionViewCellRegistration

Parameters

cellType
Type

Returns

Attributes

Applies to

GetRegistration(UINib, UICollectionViewCellRegistrationConfigurationHandler)

[Foundation.Export("registrationWithCellNib:configurationHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UICollectionViewCellRegistration GetRegistration(UIKit.UINib cellNib, UIKit.UICollectionViewCellRegistrationConfigurationHandler configurationHandler);
[<Foundation.Export("registrationWithCellNib:configurationHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetRegistration : UIKit.UINib * UIKit.UICollectionViewCellRegistrationConfigurationHandler -> UIKit.UICollectionViewCellRegistration

Parameters

cellNib
UINib

Returns

Attributes

Applies to