xamarinmac
namespace AppKit
{
    [Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
    [Protocol(Name = "NSAccessibilityNavigableStaticText", WrapperType = typeof(NSAccessibilityNavigableStaticTextWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityString", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSRange) }, ReturnType = typeof(string), Selector = "accessibilityStringForRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityLine", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(nint), Selector = "accessibilityLineForIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityRangeForLine", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(NSRange), Selector = "accessibilityRangeForLine:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityFrame", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSRange) }, ReturnType = typeof(CGRect), Selector = "accessibilityFrameForRange:")]
    public interface INSAccessibilityNavigableStaticText : INSAccessibilityElementProtocol, INSAccessibilityStaticText, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("accessibilityRangeForLine:")]
        [Preserve(Conditional = true)]
        NSRange GetAccessibilityRangeForLine(nint lineNumber);
    }
}
Assembly Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
Xamarin macOS 0.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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