NSAttributedString.EnumerateAttributes Method

Definition

Applies the callback to all the attributes in the specified range.

[Foundation.Export("enumerateAttributesInRange:options:usingBlock:")]
public virtual void EnumerateAttributes (Foundation.NSRange range, Foundation.NSAttributedStringEnumeration options, Foundation.NSAttributedRangeCallback callback);
abstract member EnumerateAttributes : Foundation.NSRange * Foundation.NSAttributedStringEnumeration * Foundation.NSAttributedRangeCallback -> unit
override this.EnumerateAttributes : Foundation.NSRange * Foundation.NSAttributedStringEnumeration * Foundation.NSAttributedRangeCallback -> unit

Parameters

range
NSRange
Attributes

Applies to