NSGridView.GetIndex メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetIndex(NSGridRow) | |
GetIndex(NSGridColumn) |
GetIndex(NSGridRow)
[Foundation.Export("indexOfRow:")]
public virtual nint GetIndex (AppKit.NSGridRow row);
abstract member GetIndex : AppKit.NSGridRow -> nint
override this.GetIndex : AppKit.NSGridRow -> nint
パラメーター
- row
- NSGridRow
戻り値
System.System.IntPtr
System.nativeint
- 属性
適用対象
GetIndex(NSGridColumn)
[Foundation.Export("indexOfColumn:")]
public virtual nint GetIndex (AppKit.NSGridColumn column);
abstract member GetIndex : AppKit.NSGridColumn -> nint
override this.GetIndex : AppKit.NSGridColumn -> nint
パラメーター
- column
- NSGridColumn
戻り値
System.System.IntPtr
System.nativeint
- 属性