Share via


CPLimitableUserInterface 枚举

定义

描述如何限制 UI 的标记枚举。

此枚举支持其成员值的按位组合。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum CPLimitableUserInterface
type CPLimitableUserInterface = 
继承
CPLimitableUserInterface
属性

字段

Keyboard 1

键盘可能受限。

Lists 2

列表的长度可能会受到限制。

适用于