Share via


ITVInterfaceCreating.GetCollectionViewCellClass(TVViewElement) Method

Definition

[Foundation.Export("collectionViewCellClassForElement:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ObjCRuntime.Class? GetCollectionViewCellClass(TVMLKit.TVViewElement element);
[<Foundation.Export("collectionViewCellClassForElement:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCollectionViewCellClass : TVMLKit.TVViewElement -> ObjCRuntime.Class
override this.GetCollectionViewCellClass : TVMLKit.TVViewElement -> ObjCRuntime.Class

Parameters

element
TVViewElement

Returns

Attributes

Applies to