View.ImportantForContentCaptureAuto Campo

Definição

Cuidado

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

Determine automaticamente se uma exibição é importante para a captura de conteúdo.

[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 do campo

Value = 0
Atributos

Comentários

Determine automaticamente se uma exibição é importante para a captura de conteúdo.

Documentação Java para android.view.View.IMPORTANT_FOR_CONTENT_CAPTURE_AUTO.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a