Share via


NSAttributedStringEnumeration Enum

Definition

An enumeration whose values specify the options to be used in the EnumerateAttribute(NSString, NSRange, NSAttributedStringEnumeration, NSAttributedStringCallback) and EnumerateAttributes(NSRange, NSAttributedStringEnumeration, NSAttributedRangeCallback) methods.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native("NSAttributedStringEnumerationOptions")]
[System.Flags]
public enum NSAttributedStringEnumeration
[<ObjCRuntime.Native("NSAttributedStringEnumerationOptions")>]
[<System.Flags>]
type NSAttributedStringEnumeration = 
Inheritance
NSAttributedStringEnumeration
Attributes

Fields

Name Value Description
None 0
Reverse 2
LongestEffectiveRangeNotRequired 1048576

Applies to