Freigeben über


NSLayoutManager.AddTemporaryAttribute Methode

Definition

Überlädt

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

AddTemporaryAttribute(NSString, NSObject, NSRange)

Achtung

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

Parameter

attributeName
NSString
value
NSObject
characterRange
NSRange
Attribute

Gilt für:

AddTemporaryAttribute(String, NSObject, NSRange)

Achtung

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

Parameter

attributeName
String
value
NSObject
characterRange
NSRange
Attribute

Gilt für: