Sdílet prostřednictvím


UITextView.GetAttributedText(UITextRange) Method

Definition

[Foundation.Export("attributedTextInRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSAttributedString GetAttributedText(UIKit.UITextRange range);
[<Foundation.Export("attributedTextInRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAttributedText : UIKit.UITextRange -> Foundation.NSAttributedString
override this.GetAttributedText : UIKit.UITextRange -> Foundation.NSAttributedString

Parameters

range
UITextRange

Returns

Implements

Attributes

Applies to