View.ImportantForContentCaptureAuto フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.ViewImportantForContentCapture enum directly instead of this field.

コンテンツ キャプチャでビューが重要かどうかを自動的に判断します。

[Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_AUTO", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewImportantForContentCapture enum directly instead of this field.", true)]
public const Android.Views.ViewImportantForContentCapture ImportantForContentCaptureAuto = 0;
[<Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_AUTO", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewImportantForContentCapture enum directly instead of this field.", true)>]
val mutable ImportantForContentCaptureAuto : Android.Views.ViewImportantForContentCapture

フィールド値

Value = 0
属性

注釈

コンテンツ キャプチャでビューが重要かどうかを自動的に判断します。

android.view.View.IMPORTANT_FOR_CONTENT_CAPTURE_AUTOJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象