次の方法で共有


AccessibilityService.ErrorTakeScreenshotInvalidDisplay フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Accessibilityservice.AccessibilityService.TakeScreenshotError enum directly instead of this field.

スクリーンショットを撮る状態が失敗し、理由が無効な表示 ID です。

[Android.Runtime.Register("ERROR_TAKE_SCREENSHOT_INVALID_DISPLAY", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Accessibilityservice.AccessibilityService.TakeScreenshotError enum directly instead of this field.", true)]
public const Android.Accessibilityservice.AccessibilityService.TakeScreenshotError ErrorTakeScreenshotInvalidDisplay = 4;
[<Android.Runtime.Register("ERROR_TAKE_SCREENSHOT_INVALID_DISPLAY", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Accessibilityservice.AccessibilityService.TakeScreenshotError enum directly instead of this field.", true)>]
val mutable ErrorTakeScreenshotInvalidDisplay : Android.Accessibilityservice.AccessibilityService.TakeScreenshotError

フィールド値

Value = 4
属性

注釈

スクリーンショットを撮る状態が失敗し、理由が無効な表示 ID です。

の Java ドキュメントandroid.accessibilityservice.AccessibilityService.ERROR_TAKE_SCREENSHOT_INVALID_DISPLAY

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象