net9.0-macos
namespace AppKit
{
    [Register("NSCell", true)]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public class NSCell : NSObject, INSAccessibility, INSAccessibilityElementProtocol, INSUserInterfaceItemIdentification, INSCoding, INSCopying, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [ObsoletedOSPlatform("macos10.10", "Use the NSAccessibility protocol methods instead.")]
        [SupportedOSPlatform("macos")]
        [UnsupportedOSPlatform("maccatalyst")]
        public virtual NSArray! AccessibilityAttributeNames
        {
            [Export("accessibilityAttributeNames")]
            [ObsoletedOSPlatform("macos10.15", "Use the NSAccessibility protocol methods instead.")]
            [SupportedOSPlatform("macos")]
            [UnsupportedOSPlatform("maccatalyst")]
            get;
        }

    }
}
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
OS Platforms

For the selected framework the property getter is only supported on the following OS platforms:

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

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