次の方法で共有


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

リストの長さは制限される場合があります。

適用対象