NSLayoutManager.AddTemporaryAttribute Method

Definition

Overloads

AddTemporaryAttribute(NSString, NSObject, NSRange)
Obsolete.
AddTemporaryAttribute(String, NSObject, NSRange)
Obsolete.

AddTemporaryAttribute(NSString, NSObject, NSRange)

Caution

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

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

Parameters

attributeName
NSString
value
NSObject
characterRange
NSRange
Attributes

Applies to

AddTemporaryAttribute(String, NSObject, NSRange)

Caution

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

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

Parameters

attributeName
String
value
NSObject
characterRange
NSRange
Attributes

Applies to