NSAttributedString.EnumerateAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- options
- NSAttributedStringEnumeration
- callback
- NSAttributedRangeCallback
- Attributes