Share via


NSAttributedString.GetAttributes Method

Definition

Overloads

GetAttributes(IntPtr, NSRange, NSRange)

[Foundation.Export("attributesAtIndex:longestEffectiveRange:inRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary GetAttributes(IntPtr ___location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
[<Foundation.Export("attributesAtIndex:longestEffectiveRange:inRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAttributes : nativeint * NSRange * Foundation.NSRange -> Foundation.NSDictionary
override this.GetAttributes : nativeint * NSRange * Foundation.NSRange -> Foundation.NSDictionary

Parameters

___location
IntPtr

nativeint

longestEffectiveRange
NSRange
rangeLimit
NSRange

Returns

Attributes

Applies to

GetAttributes(IntPtr, NSRange)

public Foundation.NSDictionary? GetAttributes(IntPtr ___location, out Foundation.NSRange effectiveRange);
member this.GetAttributes : nativeint * NSRange -> Foundation.NSDictionary

Parameters

___location
IntPtr

nativeint

effectiveRange
NSRange

Returns

Applies to