Idioma

View.ImportantForContentCaptureYesExcludeDescendants 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 é importante para a captura de conteúdo, mas seus filhos (se houver) não serão percorridos.

[Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_YES_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 ImportantForContentCaptureYesExcludeDescendants = 4;
[<Android.Runtime.Register("IMPORTANT_FOR_CONTENT_CAPTURE_YES_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 ImportantForContentCaptureYesExcludeDescendants : Android.Views.ViewImportantForContentCapture

Valor do campo

Value = 4
Atributos

Comentários

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

Documentação Java para android.view.View.IMPORTANT_FOR_CONTENT_CAPTURE_YES_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