NSLayoutManager.GetTemporaryAttributes Method

Definition

Overloads

GetTemporaryAttributes(nuint, NSRange, NSRange)
Obsolete.
GetTemporaryAttributes(nuint, IntPtr)
Obsolete.
GetTemporaryAttributes(nuint, IntPtr, NSRange)
Obsolete.
GetTemporaryAttributes(nuint, NSRange)
Obsolete.
GetTemporaryAttributes(nuint)
Obsolete.
GetTemporaryAttributes(nuint, NSRange)
Obsolete.

GetTemporaryAttributes(nuint, NSRange, NSRange)

Caution

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>

Parameters

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

Returns

Attributes

Applies to

GetTemporaryAttributes(nuint, IntPtr)

Caution

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>

Parameters

characterIndex
System.System.UIntPtr System.unativeint
effectiveCharacterRange
IntPtr

nativeint

Returns

Attributes

Applies to

GetTemporaryAttributes(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.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>

Parameters

characterIndex
System.System.UIntPtr System.unativeint
longestEffectiveRange
IntPtr

nativeint

rangeLimit
NSRange

Returns

Attributes

Applies to

GetTemporaryAttributes(nuint, NSRange)

Caution

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>

Parameters

characterIndex
System.System.UIntPtr System.unativeint
effectiveCharacterRange
NSRange

Returns

Attributes

Applies to

GetTemporaryAttributes(nuint)

Caution

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>

Parameters

characterIndex
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to

GetTemporaryAttributes(nuint, NSRange)

Caution

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>

Parameters

characterIndex
System.System.UIntPtr System.unativeint
rangeLimit
NSRange

Returns

Attributes

Applies to