NSStackView.InsertArrangedSubview(NSView, nint) 方法

定义

[Foundation.Export("insertArrangedSubview:atIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void InsertArrangedSubview(AppKit.NSView view, nint index);
abstract member InsertArrangedSubview : AppKit.NSView * nint -> unit
override this.InsertArrangedSubview : AppKit.NSView * nint -> unit

参数

view
NSView
index
System.System.IntPtr System.nativeint
属性

适用于