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("accessibilityLineForIndex:")]
[Preserve(Conditional = true)]
nint GetAccessibilityLine(nint index);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |