AccessibilityEvent.WindowsChangeBounds フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Views.Accessibility.WindowsChange enum directly instead of this field.
#TYPE_WINDOWS_CHANGEDイベントの種類の変更: ウィンドウの境界が変更されました。
[Android.Runtime.Register("WINDOWS_CHANGE_BOUNDS", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.WindowsChange enum directly instead of this field.", true)]
public const Android.Views.Accessibility.WindowsChange WindowsChangeBounds = 8;
[<Android.Runtime.Register("WINDOWS_CHANGE_BOUNDS", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.WindowsChange enum directly instead of this field.", true)>]
val mutable WindowsChangeBounds : Android.Views.Accessibility.WindowsChange
フィールド値
Value = 8実装
- 属性
注釈
#TYPE_WINDOWS_CHANGEDイベントの種類の変更: ウィンドウの境界が変更されました。
android.os.Build.VERSION_CODES#R R以降、このイベントはウィンドウの領域が変更されたことを意味します。 また、そのリージョンが変更された可能性もありますが、境界は変更されません。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。