Share via


NSLayoutManager.GetTemporaryAttributes Method

Definition

Overloads

GetTemporaryAttributes(UIntPtr)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes(UIntPtr characterIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetTemporaryAttributes : unativeint -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

characterIndex
UIntPtr

unativeint

Returns

Attributes

Applies to

GetTemporaryAttributes(UIntPtr, NSRange)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes(UIntPtr characterIndex, out Foundation.NSRange effectiveCharacterRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetTemporaryAttributes : unativeint * NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

characterIndex
UIntPtr

unativeint

effectiveCharacterRange
NSRange

Returns

Attributes

Applies to

GetTemporaryAttributes(UIntPtr, NSRange)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes(UIntPtr characterIndex, Foundation.NSRange rangeLimit);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetTemporaryAttributes : unativeint * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

characterIndex
UIntPtr

unativeint

rangeLimit
NSRange

Returns

Attributes

Applies to

GetTemporaryAttributes(UIntPtr, IntPtr)

[Foundation.Export("temporaryAttributesAtCharacterIndex:effectiveRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes(UIntPtr characterIndex, IntPtr effectiveCharacterRange);
[<Foundation.Export("temporaryAttributesAtCharacterIndex:effectiveRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTemporaryAttributes : unativeint * nativeint -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
override this.GetTemporaryAttributes : unativeint * nativeint -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

characterIndex
UIntPtr

unativeint

effectiveCharacterRange
IntPtr

nativeint

Returns

Attributes

Applies to

GetTemporaryAttributes(UIntPtr, NSRange, NSRange)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes(UIntPtr characterIndex, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetTemporaryAttributes : unativeint * NSRange * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

characterIndex
UIntPtr

unativeint

longestEffectiveRange
NSRange
rangeLimit
NSRange

Returns

Attributes

Applies to

GetTemporaryAttributes(UIntPtr, IntPtr, NSRange)

[Foundation.Export("temporaryAttributesAtCharacterIndex:longestEffectiveRange:inRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes(UIntPtr characterIndex, IntPtr longestEffectiveRange, Foundation.NSRange rangeLimit);
[<Foundation.Export("temporaryAttributesAtCharacterIndex:longestEffectiveRange:inRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTemporaryAttributes : unativeint * nativeint * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
override this.GetTemporaryAttributes : unativeint * nativeint * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

characterIndex
UIntPtr

unativeint

longestEffectiveRange
IntPtr

nativeint

rangeLimit
NSRange

Returns

Attributes

Applies to