NSAttributedString.GetAttributes Method

Definition

Overloads

GetAttributes(nint, NSRange)
GetAttributes(nint, NSRange, NSRange)

GetAttributes(nint, NSRange)

public Foundation.NSDictionary GetAttributes (nint location, out Foundation.NSRange effectiveRange);
member this.GetAttributes : nint *  -> Foundation.NSDictionary

Parameters

location
System.System.IntPtr System.nativeint
effectiveRange
NSRange

Returns

Applies to

GetAttributes(nint, NSRange, NSRange)

[Foundation.Export("attributesAtIndex:longestEffectiveRange:inRange:")]
public virtual Foundation.NSDictionary GetAttributes (nint location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
abstract member GetAttributes : nint *  * Foundation.NSRange -> Foundation.NSDictionary
override this.GetAttributes : nint *  * Foundation.NSRange -> Foundation.NSDictionary

Parameters

location
System.System.IntPtr System.nativeint
longestEffectiveRange
NSRange
rangeLimit
NSRange

Returns

Attributes

Applies to