View.ImportantForContentCaptureYes Поле

Определение

Внимание!

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

Представление важно для записи содержимого, а его дочерние элементы (если таковые есть) будут проходить.

[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

Значение поля

Value = 1
Атрибуты

Комментарии

Представление важно для записи содержимого, а его дочерние элементы (если таковые есть) будут проходить.

Документация по Java для android.view.View.IMPORTANT_FOR_CONTENT_CAPTURE_YES.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к