Share via


NSTextStorage.EnsureAttributesAreFixed(NSRange) Method

Definition

Ensures that attributes have been fixed in the given range.

[Foundation.Export("ensureAttributesAreFixedInRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnsureAttributesAreFixed(Foundation.NSRange range);
[<Foundation.Export("ensureAttributesAreFixedInRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnsureAttributesAreFixed : Foundation.NSRange -> unit
override this.EnsureAttributesAreFixed : Foundation.NSRange -> unit

Parameters

range
NSRange
Attributes

Applies to