NSLayoutManager.AddTemporaryAttribute Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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