Freigeben über


View.ImportantForContentCaptureYes Feld

Definition

Achtung

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

Die Ansicht ist wichtig für die Inhaltserfassung, und die untergeordneten Elemente (sofern vorhanden) werden durchlaufen.

[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

Feldwert

Value = 1
Attribute

Hinweise

Die Ansicht ist wichtig für die Inhaltserfassung, und die untergeordneten Elemente (sofern vorhanden) werden durchlaufen.

Java-Dokumentation für android.view.View.IMPORTANT_FOR_CONTENT_CAPTURE_YES.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: