IUIDataSourceModelAssociation 接口

定义

类一起构成 UIDataSourceModelAssociation 协议的接口。

[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
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

GetIndexPath(String, UIView)

类一起构成 UIDataSourceModelAssociation 协议的接口。

GetModelIdentifier(NSIndexPath, UIView)

类一起构成 UIDataSourceModelAssociation 协议的接口。

适用于