NSIndexPath.Section プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
内 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 。