共用方式為


View.ImportantForContentCapture 屬性

定義

取得判斷此檢視是否對內容擷取很重要的模式。 -或- 設定判斷此檢視是否對內容擷取很重要的模式。

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 屬性授權中所述的詞彙使用。

適用於