View.ImportantForContentCaptureYes Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.ViewImportantForContentCapture enum directly instead of this field.

La vista es importante para la captura de contenido y sus elementos secundarios (si los hay) se recorrerán.

[Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_YES", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewImportantForContentCapture enum directly instead of this field.", true)]
public const Android.Views.ViewImportantForContentCapture ImportantForContentCaptureYes = 1;
[<Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_YES", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewImportantForContentCapture enum directly instead of this field.", true)>]
val mutable ImportantForContentCaptureYes : Android.Views.ViewImportantForContentCapture

Valor de campo

Value = 1
Atributos

Comentarios

La vista es importante para la captura de contenido y sus elementos secundarios (si los hay) se recorrerán.

Documentación de Java para android.view.View.IMPORTANT_FOR_CONTENT_CAPTURE_YES.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a