Share via


NSTextContentManagerDelegate.GetTextContentManager Method

Definition

[Foundation.Export("textContentManager:textElementAtLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTextElement? GetTextContentManager(AppKit.NSTextContentManager textContentManager, AppKit.INSTextLocation location);
[<Foundation.Export("textContentManager:textElementAtLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextContentManager : AppKit.NSTextContentManager * AppKit.INSTextLocation -> AppKit.NSTextElement
override this.GetTextContentManager : AppKit.NSTextContentManager * AppKit.INSTextLocation -> AppKit.NSTextElement

Parameters

textContentManager
NSTextContentManager
location
INSTextLocation

Returns

Implements

Attributes

Applies to