共用方式為


UIAccessibilityHearingDeviceEar 列舉

定義

列舉協助工具裝置配對的耳機 (或耳機) 。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAccessibilityHearingDeviceEar
type UIAccessibilityHearingDeviceEar = 
繼承
UIAccessibilityHearingDeviceEar
屬性

欄位

Both 6

協助工具裝置與兩個耳機相關聯。

Left 2

協助工具裝置會與左耳相關聯。

None 0

協助工具裝置目前未與或兩個持有人相關聯。

Right 4

協助工具裝置與右耳相關聯。

適用於