Share via


NSTextSelectionDataSource.EnumerateCaretOffsets Method

Definition

[Foundation.Export("enumerateCaretOffsetsInLineFragmentAtLocation:usingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnumerateCaretOffsets(UIKit.INSTextLocation location, UIKit.NSTextSelectionDataSourceEnumerateCaretOffsetsDelegate handler);
[<Foundation.Export("enumerateCaretOffsetsInLineFragmentAtLocation:usingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnumerateCaretOffsets : UIKit.INSTextLocation * UIKit.NSTextSelectionDataSourceEnumerateCaretOffsetsDelegate -> unit
override this.EnumerateCaretOffsets : UIKit.INSTextLocation * UIKit.NSTextSelectionDataSourceEnumerateCaretOffsetsDelegate -> unit

Parameters

location
INSTextLocation

Implements

Attributes

Applies to