Share via


NSTextLayoutManager.EnumerateTextSegments Method

Definition

[Foundation.Export("enumerateTextSegmentsInRange:type:options:usingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnumerateTextSegments(UIKit.NSTextRange textRange, UIKit.NSTextLayoutManagerSegmentType type, UIKit.NSTextLayoutManagerSegmentOptions options, UIKit.NSTextLayoutManagerEnumerateTextSegmentsDelegate handler);
[<Foundation.Export("enumerateTextSegmentsInRange:type:options:usingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnumerateTextSegments : UIKit.NSTextRange * UIKit.NSTextLayoutManagerSegmentType * UIKit.NSTextLayoutManagerSegmentOptions * UIKit.NSTextLayoutManagerEnumerateTextSegmentsDelegate -> unit
override this.EnumerateTextSegments : UIKit.NSTextRange * UIKit.NSTextLayoutManagerSegmentType * UIKit.NSTextLayoutManagerSegmentOptions * UIKit.NSTextLayoutManagerEnumerateTextSegmentsDelegate -> unit

Parameters

textRange
NSTextRange
Attributes

Applies to