Condividi tramite


NSLayoutManager.AddTemporaryAttribute Metodo

Definizione

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

Si applica a