Share via


NSTextContentStorage.GetTextElement(NSAttributedString) Method

Definition

[Foundation.Export("textElementForAttributedString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTextElement? GetTextElement(Foundation.NSAttributedString attributedString);
[<Foundation.Export("textElementForAttributedString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextElement : Foundation.NSAttributedString -> AppKit.NSTextElement
override this.GetTextElement : Foundation.NSAttributedString -> AppKit.NSTextElement

Parameters

attributedString
NSAttributedString

Returns

Attributes

Applies to