Share via


NSTextContentManagerDelegate.GetTextContentManager Method

Definition

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

Parameters

textContentManager
NSTextContentManager
___location
INSTextLocation

Returns

Implements

Attributes

Applies to