Share via


INSTextContentManagerDelegate.GetTextContentManager Method

Definition

[Foundation.Export("textContentManager:textElementAtLocation:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTextElement? GetTextContentManager(AppKit.NSTextContentManager textContentManager, AppKit.INSTextLocation location);
[<Foundation.Export("textContentManager:textElementAtLocation:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to