Share via


NSTextContentManager.EnumerateTextElements Method

Definition

[Foundation.Export("enumerateTextElementsFromLocation:options:usingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.INSTextLocation? EnumerateTextElements(UIKit.INSTextLocation? textLocation, UIKit.NSTextContentManagerEnumerationOptions options, Func<UIKit.NSTextElement,bool> handler);
[<Foundation.Export("enumerateTextElementsFromLocation:options:usingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnumerateTextElements : UIKit.INSTextLocation * UIKit.NSTextContentManagerEnumerationOptions * Func<UIKit.NSTextElement, bool> -> UIKit.INSTextLocation
override this.EnumerateTextElements : UIKit.INSTextLocation * UIKit.NSTextContentManagerEnumerationOptions * Func<UIKit.NSTextElement, bool> -> UIKit.INSTextLocation

Parameters

textLocation
INSTextLocation

Returns

Implements

Attributes

Applies to