NSLayoutManager.AddTemporaryAttribute Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AddTemporaryAttribute(NSString, NSObject, NSRange) |
Obsoleto.
|
AddTemporaryAttribute(String, NSObject, NSRange) |
Obsoleto.
|
AddTemporaryAttribute(NSString, NSObject, NSRange)
Cuidado
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
Parâmetros
- attributeName
- NSString
- value
- NSObject
- characterRange
- NSRange
- Atributos
Aplica-se a
AddTemporaryAttribute(String, NSObject, NSRange)
Cuidado
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
Parâmetros
- attributeName
- String
- value
- NSObject
- characterRange
- NSRange
- Atributos