Share via


INSTextInputClient.GetAttributedSubstring(NSRange, NSRange) Method

Definition

[Foundation.Export("attributedSubstringForProposedRange:actualRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSAttributedString? GetAttributedSubstring(Foundation.NSRange proposedRange, out Foundation.NSRange actualRange);
[<Foundation.Export("attributedSubstringForProposedRange:actualRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAttributedSubstring : Foundation.NSRange * NSRange -> Foundation.NSAttributedString
override this.GetAttributedSubstring : Foundation.NSRange * NSRange -> Foundation.NSAttributedString

Parameters

proposedRange
NSRange
actualRange
NSRange

Returns

Attributes

Applies to