次の方法で共有


NSIndexPath.Section プロパティ

定義

UITableView のセクションのインデックス (読み取り専用)。

public virtual nint Section { get; }
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint Section { [Foundation.Export("section")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.Section : nint

プロパティ値

System.System.IntPtr System.nativeint
属性

注釈

このセクションには、このオブジェクトによって参照される が Row 含まれています。

64 ビット プラットフォームでは、値は 64 ビット整数から 32 ビット整数に切り捨てられます。   これを回避するには、 プロパティを使用します LongSection

適用対象