次の方法で共有


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 プロトコルを構成するインターフェイス。

適用対象