NSAttributedString.EnumerateAttribute 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 the specified attribute in the specified range.
[Foundation.Export("enumerateAttribute:inRange:options:usingBlock:")]
public virtual void EnumerateAttribute (Foundation.NSString attributeName, Foundation.NSRange inRange, Foundation.NSAttributedStringEnumeration options, Foundation.NSAttributedStringCallback callback);
abstract member EnumerateAttribute : Foundation.NSString * Foundation.NSRange * Foundation.NSAttributedStringEnumeration * Foundation.NSAttributedStringCallback -> unit
override this.EnumerateAttribute : Foundation.NSString * Foundation.NSRange * Foundation.NSAttributedStringEnumeration * Foundation.NSAttributedStringCallback -> unit
Parameters
- attributeName
- NSString
- inRange
- NSRange
- options
- NSAttributedStringEnumeration
- callback
- NSAttributedStringCallback
- Attributes