次の方法で共有


NSGridView.Create メソッド

定義

オーバーロード

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

戻り値

属性

適用対象