Share via


NSView.ReplaceSubviewWith(NSView, NSView) Method

Definition

[Foundation.Export("replaceSubview:with:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceSubviewWith(AppKit.NSView oldView, AppKit.NSView newView);
[<Foundation.Export("replaceSubview:with:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceSubviewWith : AppKit.NSView * AppKit.NSView -> unit
override this.ReplaceSubviewWith : AppKit.NSView * AppKit.NSView -> unit

Parameters

oldView
NSView
newView
NSView
Attributes

Applies to