View.ImportantForContentCaptureYesExcludeDescendants Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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, aber die untergeordneten Elemente (sofern vorhanden) werden nicht durchlaufen.
[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
Feldwert
Value = 4- Attribute
Hinweise
Die Ansicht ist wichtig für die Inhaltserfassung, aber die untergeordneten Elemente (sofern vorhanden) werden nicht durchlaufen.
Java Dokumentation für android.view.View.IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.