net9.0-macos
namespace AppKit
{
    [Protocol(Name = "NSTextCheckingClient", WrapperType = typeof(NSTextCheckingClientWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetAnnotations", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSDictionary<NSString, NSString>), typeof(NSRange) }, Selector = "setAnnotations:range:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "AddAnnotations", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSDictionary<NSString, NSString>), typeof(NSRange) }, Selector = "addAnnotations:range:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RemoveAnnotation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(NSRange) }, Selector = "removeAnnotation:range:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReplaceCharacters", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSRange), typeof(NSAttributedString) }, Selector = "replaceCharactersInRange:withAnnotatedString:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SelectAndShow", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSRange) }, Selector = "selectAndShowRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAnnotatedSubstring", ParameterByRef = new[] { false, true }, ParameterType = new[] { typeof(NSRange), typeof(NSRange) }, ReturnType = typeof(NSAttributedString), Selector = "annotatedSubstringForProposedRange:actualRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetView", ParameterByRef = new[] { false, true, true }, ParameterType = new[] { typeof(NSRange), typeof(CGRect), typeof(NSRange) }, ReturnType = typeof(NSView), Selector = "viewForRange:firstRect:actualRange:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "candidateListTouchBarItem", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CandidateListTouchBarItem", PropertyType = typeof(NSCandidateListTouchBarItem), Selector = "candidateListTouchBarItem")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public interface INSTextCheckingClient : INSTextInputClient, INSTextInputTraits, INativeObject, IDisposable
}
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.0-macos7.0-macos8.0-macos9.0-macos
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • Mac Catalyst
  • macOS
  • Built-in API
  • Package-provided API

04/26/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙