Share via


NSView.UpdateConstraints Method

Definition

[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("updateConstraints")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.RequiresSuper]
public virtual void UpdateConstraints();
[<Foundation.Advice("Overriding this method requires a call to the overriden method.")>]
[<Foundation.Export("updateConstraints")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.RequiresSuper>]
abstract member UpdateConstraints : unit -> unit
override this.UpdateConstraints : unit -> unit
Attributes

Applies to