xamarinmac
namespace AppKit
{
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Protocol(Name = "NSAccessibilityRow", WrapperType = typeof(NSAccessibilityRowWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "accessibilityIndex", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AccessibilityIndex", PropertyType = typeof(nint), Selector = "accessibilityIndex")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "accessibilityDisclosureLevel", IsProperty = true, IsRequired = false, IsStatic = false, Name = "AccessibilityDisclosureLevel", PropertyType = typeof(nint), Selector = "accessibilityDisclosureLevel")]
public interface INSAccessibilityRow : INSAccessibilityElementProtocol, INSAccessibilityGroup, INativeObject, IDisposable
{
[Preserve(Conditional = true)]
nint AccessibilityIndex
{
[Export("accessibilityIndex")]
get;
}
}
}
.NET | 6.07.08.09.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. |