IUIAccessibilityIdentification Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface defining the support for an accessibility identifier.
[Foundation.Protocol(Name="UIAccessibilityIdentification", WrapperType=typeof(UIKit.UIAccessibilityIdentificationWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIAccessibilityIdentification : IDisposable, ObjCRuntime.INativeObject
type IUIAccessibilityIdentification = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
AccessibilityIdentifier |
Uniquely identifies |
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |