Share via


INSTextInput.GetAttributedSubstring(NSRange) Method

Definition

[Foundation.Export("attributedSubstringFromRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSAttributedString GetAttributedSubstring(Foundation.NSRange range);
[<Foundation.Export("attributedSubstringFromRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAttributedSubstring : Foundation.NSRange -> Foundation.NSAttributedString
override this.GetAttributedSubstring : Foundation.NSRange -> Foundation.NSAttributedString

Parameters

range
NSRange

Returns

Attributes

Applies to