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