Share via


INSTextCheckingClient.GetAnnotatedSubstring(NSRange, NSRange) Method

Definition

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

Parameters

range
NSRange
actualRange
NSRange

Returns

Attributes

Applies to