Compartilhar via


View.ImportantForContentCaptureYes 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, e seus filhos (se houver) serão atravessados.

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

Value = 1
Atributos

Comentários

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

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

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

Aplica-se a