Share via


NSLayoutManager.GetTemporaryAttribute Method

Definition

Overloads

GetTemporaryAttribute(NSString, UIntPtr, IntPtr, NSRange)

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

Parameters

attributeName
NSString
characterIndex
UIntPtr

unativeint

longestEffectiveRange
IntPtr

nativeint

rangeLimit
NSRange

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, UIntPtr, IntPtr)

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

Parameters

attributeName
NSString
characterIndex
UIntPtr

unativeint

effectiveRange
IntPtr

nativeint

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, UIntPtr, NSRange, NSRange)

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

Parameters

attributeName
NSString
characterIndex
UIntPtr

unativeint

longestEffectiveRange
NSRange
rangeLimit
NSRange

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, UIntPtr, NSRange)

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

Parameters

attributeName
NSString
characterIndex
UIntPtr

unativeint

effectiveRange
NSRange

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, UIntPtr)

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

Parameters

attributeName
NSString
characterIndex
UIntPtr

unativeint

Returns

Attributes

Applies to

GetTemporaryAttribute(NSString, UIntPtr, NSRange)

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

Parameters

attributeName
NSString
characterIndex
UIntPtr

unativeint

rangeLimit
NSRange

Returns

Attributes

Applies to