View.ImportantForContentCapture Proprietà

Definizione

Ottiene la modalità per determinare se questa visualizzazione è importante per l'acquisizione del contenuto. Per altre informazioni su questa modalità, vedi setImportantForContentCapture(int) e isImportantForContentCapture().

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

Valore della proprietà

#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO per impostazione predefinita, o valore passato a #setImportantForContentCapture(int).

Attributi

Commenti

Documentazione del getter delle proprietà:

Ottiene la modalità per determinare se questa visualizzazione è importante per l'acquisizione del contenuto.

Vedi #setImportantForContentCapture(int) e #isImportantForContentCapture() per altre info su questa modalità.

per android.view.View.getImportantForContentCapture().

Documentazione del setter delle proprietà:

Imposta la modalità per determinare se questa visualizzazione è considerata importante per l'acquisizione di contenuto.

La piattaforma determina l'importanza del riempimento automatico automaticamente, ma è possibile usare questo metodo per personalizzare il comportamento. In genere, una vista che fornisce testo deve essere contrassegnata come #IMPORTANT_FOR_CONTENT_CAPTURE_YES.

per android.view.View.setImportantForContentCapture(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a