Share via


NSTextContentManager.EnumerateTextElements Method

Definition

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

Parameters

textLocation
INSTextLocation

Returns

Implements

Attributes

Applies to