NSLayoutManager.RemoveTemporaryAttribute Method

Definition

Overloads

RemoveTemporaryAttribute(NSString, NSRange)
Obsolete.
RemoveTemporaryAttribute(String, NSRange)
Obsolete.

RemoveTemporaryAttribute(NSString, NSRange)

Caution

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public virtual void RemoveTemporaryAttribute (Foundation.NSString attributeName, Foundation.NSRange characterRange);
abstract member RemoveTemporaryAttribute : Foundation.NSString * Foundation.NSRange -> unit
override this.RemoveTemporaryAttribute : Foundation.NSString * Foundation.NSRange -> unit

Parameters

attributeName
NSString
characterRange
NSRange
Attributes

Applies to

RemoveTemporaryAttribute(String, NSRange)

Caution

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public void RemoveTemporaryAttribute (string attributeName, Foundation.NSRange characterRange);
member this.RemoveTemporaryAttribute : string * Foundation.NSRange -> unit

Parameters

attributeName
String
characterRange
NSRange
Attributes

Applies to