View.ImportantForContentCaptureNoExcludeDescendants Campo

Definição

Cuidado

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

A exibição não é importante para a captura de conteúdo e seus filhos (se houver) não serão percorridos.

[Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS", 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 ImportantForContentCaptureNoExcludeDescendants = 8;
[<Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS", 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 ImportantForContentCaptureNoExcludeDescendants : Android.Views.ViewImportantForContentCapture

Valor do campo

Value = 8
Atributos

Comentários

A exibição não é importante para a captura de conteúdo e seus filhos (se houver) não serão percorridos.

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

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