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 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

适用于