net9.0-macos14.2
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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("selectAndShowRange:")]
[Preserve(Conditional = true)]
void SelectAndShow(NSRange range);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
macOS | 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2 |
Information specific to net9.0-macos14.2 | |
Assembly | Microsoft.macOS , Version=14.2.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|