View.IsImportantForContentCapture 屬性

定義

根據明確設定 #setImportantForContentCapture(int) 的值和啟發 #IMPORTANT_FOR_CONTENT_CAPTURE_AUTO 學習法,提示 Android 系統是否將此檢視視為內容擷取的重要專案。

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

屬性值

檢視是否被視為對內容擷取很重要。

屬性

備註

根據明確設定 #setImportantForContentCapture(int) 的值和啟發 #IMPORTANT_FOR_CONTENT_CAPTURE_AUTO 學習法,提示 Android 系統是否將此檢視視為內容擷取的重要專案。

如需內容擷取的詳細資訊,請參閱 ContentCaptureManager

android.view.View.isImportantForContentCapture() JAVA 檔。

此頁面的部分是根據所建立和共用的工作進行修改,並根據 2.5 屬性授權中所述的詞彙來使用。

適用於