IUIDataSourceModelAssociation Interface

Definition

Interface that, together with the T:UIKit.UIDataSourceModelAssociation_Extensions class, comprise the UIDataSourceModelAssociation protocol.

[Foundation.Protocol(Name="UIDataSourceModelAssociation", WrapperType=typeof(UIKit.UIDataSourceModelAssociationWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIDataSourceModelAssociation : IDisposable, ObjCRuntime.INativeObject
type IUIDataSourceModelAssociation = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

GetIndexPath(String, UIView)
GetModelIdentifier(NSIndexPath, UIView)

Applies to