UICollectionViewCellRegistration.GetRegistration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- configurationHandler
- UICollectionViewCellRegistrationConfigurationHandler
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
- configurationHandler
- UICollectionViewCellRegistrationConfigurationHandler
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
- configurationHandler
- UICollectionViewCellRegistrationConfigurationHandler
Returns
- Attributes