MonobjcMonobjc Documented Class Library
NSAttributedStringEnumerationOptions Enumeration
NamespacesMonobjc.FoundationNSAttributedStringEnumerationOptions

These constants describe the options available to the enumerateAttribute:inRange:options:usingBlock: and enumerateAttributesInRange:options:usingBlock: methods.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSAttributedStringEnumerationOptions
Public Enumeration NSAttributedStringEnumerationOptions
public enum class NSAttributedStringEnumerationOptions
Members
MemberDescription
NSAttributedStringEnumerationReverse

Causes the enumeration to occur in reverse.

Available in Mac OS X v10.6 and later.


NSAttributedStringEnumerationLongestEffectiveRangeNotRequired

If NSAttributedStringEnumerationLongestEffectiveRangeNotRequired option is supplied, then the longest effective range computation is not performed; the blocks may be invoked with consecutive attribute runs that have the same value.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)