Editar

Compartir a través de


NSLayoutManager.GetTemporaryAttribute Method

Definition

Overloads

GetTemporaryAttribute(NSString, nuint, IntPtr, NSRange)
Obsolete.
GetTemporaryAttribute(NSString, nuint, NSRange, NSRange)
Obsolete.
GetTemporaryAttribute(NSString, nuint, IntPtr)
Obsolete.
GetTemporaryAttribute(NSString, nuint, NSRange)
Obsolete.
GetTemporaryAttribute(NSString, nuint, NSRange)
Obsolete.
GetTemporaryAttribute(NSString, nuint)
Obsolete.

GetTemporaryAttribute(NSString, nuint, IntPtr, NSRange)

Caution

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
protected virtual Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, IntPtr longestEffectiveRange, Foundation.NSRange rangeLimit);
abstract member GetTemporaryAttribute : Foundation.NSString * nuint * nativeint * Foundation.NSRange -> Foundation.NSObject
override this.GetTemporaryAttribute : Foundation.NSString * nuint * nativeint * Foundation.NSRange -> Foundation.NSObject

Parameters

attributeName
NSString
characterIndex
System.System.UIntPtr System.unativeint
longestEffectiveRange
IntPtr

nativeint

rangeLimit
NSRange

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, nuint, NSRange, NSRange)

Caution

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
member this.GetTemporaryAttribute : Foundation.NSString * nuint *  * Foundation.NSRange -> Foundation.NSObject

Parameters

attributeName
NSString
characterIndex
System.System.UIntPtr System.unativeint
longestEffectiveRange
NSRange
rangeLimit
NSRange

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, nuint, IntPtr)

Caution

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
protected virtual Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, IntPtr effectiveRange);
abstract member GetTemporaryAttribute : Foundation.NSString * nuint * nativeint -> Foundation.NSObject
override this.GetTemporaryAttribute : Foundation.NSString * nuint * nativeint -> Foundation.NSObject

Parameters

attributeName
NSString
characterIndex
System.System.UIntPtr System.unativeint
effectiveRange
IntPtr

nativeint

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, nuint, NSRange)

Caution

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, out Foundation.NSRange effectiveRange);
member this.GetTemporaryAttribute : Foundation.NSString * nuint *  -> Foundation.NSObject

Parameters

attributeName
NSString
characterIndex
System.System.UIntPtr System.unativeint
effectiveRange
NSRange

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, nuint, NSRange)

Caution

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, Foundation.NSRange rangeLimit);
member this.GetTemporaryAttribute : Foundation.NSString * nuint * Foundation.NSRange -> Foundation.NSObject

Parameters

attributeName
NSString
characterIndex
System.System.UIntPtr System.unativeint
rangeLimit
NSRange

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, nuint)

Caution

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex);
member this.GetTemporaryAttribute : Foundation.NSString * nuint -> Foundation.NSObject

Parameters

attributeName
NSString
characterIndex
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to