NSLayoutManager.GetTemporaryAttributes Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetTemporaryAttributes(nuint, NSRange, NSRange) |
Obsoletos.
|
GetTemporaryAttributes(nuint, IntPtr) |
Obsoletos.
|
GetTemporaryAttributes(nuint, IntPtr, NSRange) |
Obsoletos.
|
GetTemporaryAttributes(nuint, NSRange) |
Obsoletos.
|
GetTemporaryAttributes(nuint) |
Obsoletos.
|
GetTemporaryAttributes(nuint, NSRange) |
Obsoletos.
|
GetTemporaryAttributes(nuint, NSRange, NSRange)
Precaución
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
member this.GetTemporaryAttributes : nuint * * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
Parámetros
- characterIndex
- System.System.UIntPtr System.unativeint
- longestEffectiveRange
- NSRange
- rangeLimit
- NSRange
Devoluciones
- Atributos
Se aplica a
GetTemporaryAttributes(nuint, IntPtr)
Precaución
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
protected virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, IntPtr effectiveCharacterRange);
abstract member GetTemporaryAttributes : nuint * nativeint -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
override this.GetTemporaryAttributes : nuint * nativeint -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
Parámetros
- characterIndex
- System.System.UIntPtr System.unativeint
- effectiveCharacterRange
-
IntPtr
nativeint
Devoluciones
- Atributos
Se aplica a
GetTemporaryAttributes(nuint, IntPtr, NSRange)
Precaución
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
protected virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, IntPtr longestEffectiveRange, Foundation.NSRange rangeLimit);
abstract member GetTemporaryAttributes : nuint * nativeint * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
override this.GetTemporaryAttributes : nuint * nativeint * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
Parámetros
- characterIndex
- System.System.UIntPtr System.unativeint
- longestEffectiveRange
-
IntPtr
nativeint
- rangeLimit
- NSRange
Devoluciones
- Atributos
Se aplica a
GetTemporaryAttributes(nuint, NSRange)
Precaución
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, out Foundation.NSRange effectiveCharacterRange);
member this.GetTemporaryAttributes : nuint * -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
Parámetros
- characterIndex
- System.System.UIntPtr System.unativeint
- effectiveCharacterRange
- NSRange
Devoluciones
- Atributos
Se aplica a
GetTemporaryAttributes(nuint)
Precaución
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex);
member this.GetTemporaryAttributes : nuint -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
Parámetros
- characterIndex
- System.System.UIntPtr System.unativeint
Devoluciones
- Atributos
Se aplica a
GetTemporaryAttributes(nuint, NSRange)
Precaución
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, Foundation.NSRange rangeLimit);
member this.GetTemporaryAttributes : nuint * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
Parámetros
- characterIndex
- System.System.UIntPtr System.unativeint
- rangeLimit
- NSRange
Devoluciones
- Atributos