Partager via


NSLayoutManager.AddTemporaryAttribute Méthode

Définition

Surcharges

AddTemporaryAttribute(NSString, NSObject, NSRange)
Obsolète.
AddTemporaryAttribute(String, NSObject, NSRange)
Obsolète.

AddTemporaryAttribute(NSString, NSObject, NSRange)

Attention

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

Paramètres

attributeName
NSString
value
NSObject
characterRange
NSRange
Attributs

S’applique à

AddTemporaryAttribute(String, NSObject, NSRange)

Attention

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

Paramètres

attributeName
String
value
NSObject
characterRange
NSRange
Attributs

S’applique à