NSLayoutManager.AddTemporaryAttribute Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
AddTemporaryAttribute(NSString, NSObject, NSRange) |
Obsoleti.
|
AddTemporaryAttribute(String, NSObject, NSRange) |
Obsoleti.
|
AddTemporaryAttribute(NSString, NSObject, NSRange)
Attenzione
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
Parametri
- attributeName
- NSString
- value
- NSObject
- characterRange
- NSRange
- Attributi
Si applica a
AddTemporaryAttribute(String, NSObject, NSRange)
Attenzione
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
Parametri
- attributeName
- String
- value
- NSObject
- characterRange
- NSRange
- Attributi