AccessibilityWindowInfo.TypeSplitScreenDivider フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Views.Accessibility.AccessibilityWindowType enum directly instead of this field.
ウィンドウの種類: 画面を分割画面モードで分割するために使用されるシステム ウィンドウ。
[Android.Runtime.Register("TYPE_SPLIT_SCREEN_DIVIDER", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.AccessibilityWindowType enum directly instead of this field.", true)]
public const Android.Views.Accessibility.AccessibilityWindowType TypeSplitScreenDivider = 5;
[<Android.Runtime.Register("TYPE_SPLIT_SCREEN_DIVIDER", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.AccessibilityWindowType enum directly instead of this field.", true)>]
val mutable TypeSplitScreenDivider : Android.Views.Accessibility.AccessibilityWindowType
フィールド値
Value = 5実装
- 属性
注釈
ウィンドウの種類: 画面を分割画面モードで分割するために使用されるシステム ウィンドウ。 この種類のウィンドウは、分割画面モードでのみ表示されます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。