View.ImportantForContentCaptureAuto Campo

Definición

Precaución

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

Determine automáticamente si una vista es importante para la captura de contenido.

[Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_AUTO", 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 ImportantForContentCaptureAuto = 0;
[<Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_AUTO", 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 ImportantForContentCaptureAuto : Android.Views.ViewImportantForContentCapture

Valor de campo

Value = 0
Atributos

Comentarios

Determine automáticamente si una vista es importante para la captura de contenido.

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

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

Se aplica a