View.ImportantForContentCapture 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于确定此视图是否对内容捕获很重要的模式。 - 或 - 设置用于确定此视图是否被视为对内容捕获很重要的模式。
public virtual int ImportantForContentCapture { [Android.Runtime.Register("getImportantForContentCapture", "()I", "GetGetImportantForContentCaptureHandler", ApiSince=30)] get; [Android.Runtime.Register("setImportantForContentCapture", "(I)V", "GetSetImportantForContentCapture_IHandler", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getImportantForContentCapture", "()I", "GetGetImportantForContentCaptureHandler", ApiSince=30)>]
[<set: Android.Runtime.Register("setImportantForContentCapture", "(I)V", "GetSetImportantForContentCapture_IHandler", ApiSince=30)>]
member this.ImportantForContentCapture : int with get, set
属性值
#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO
默认情况下,或传递给 #setImportantForContentCapture(int)
的值。
- 属性
注解
属性 getter 文档:
获取用于确定此视图是否对内容捕获很重要的模式。
请参阅 #setImportantForContentCapture(int)
并 #isImportantForContentCapture()
了解有关此模式的详细信息。
适用于 . 的 android.view.View.getImportantForContentCapture()
Java 文档
属性 setter 文档:
设置用于确定此视图是否被视为对内容捕获很重要的模式。
平台自动确定自动填充的重要性,但你可以使用此方法自定义行为。 通常,提供文本的视图应标记为 #IMPORTANT_FOR_CONTENT_CAPTURE_YES
。
适用于 . 的 android.view.View.setImportantForContentCapture(int)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。