View.IsImportantForContentCapture 属性

定义

提示 Android 系统此视图是否被视为对内容捕获很重要,具体取决于由 #setImportantForContentCapture(int) 显式设置的值,并在为 #IMPORTANT_FOR_CONTENT_CAPTURE_AUTO时采用启发法。

public bool IsImportantForContentCapture { [Android.Runtime.Register("isImportantForContentCapture", "()Z", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isImportantForContentCapture", "()Z", "", ApiSince=30)>]
member this.IsImportantForContentCapture : bool

属性值

视图是否被视为对内容捕获很重要。

属性

注解

提示 Android 系统此视图是否被视为对内容捕获很重要,具体取决于由 #setImportantForContentCapture(int) 显式设置的值,并在为 #IMPORTANT_FOR_CONTENT_CAPTURE_AUTO时采用启发法。

有关内容捕获的详细信息,请参阅 ContentCaptureManager

android.view.View.isImportantForContentCapture()Java 文档。

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

适用于