Поделиться через


NSLayoutManager.AddTemporaryAttribute Метод

Определение

Перегрузки

AddTemporaryAttribute(NSString, NSObject, NSRange)
Устаревшие..
AddTemporaryAttribute(String, NSObject, NSRange)
Устаревшие..

AddTemporaryAttribute(NSString, NSObject, NSRange)

Внимание!

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

Параметры

attributeName
NSString
value
NSObject
characterRange
NSRange
Атрибуты

Применяется к

AddTemporaryAttribute(String, NSObject, NSRange)

Внимание!

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

Параметры

attributeName
String
value
NSObject
characterRange
NSRange
Атрибуты

Применяется к