AccessibilityNodeInfo.LabeledByList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of node infos which serve as the labels of the view represented by this info for accessibility purposes.
public virtual System.Collections.Generic.IList<Android.Views.Accessibility.AccessibilityNodeInfo> LabeledByList { [Android.Runtime.Register("getLabeledByList", "()Ljava/util/List;", "GetGetLabeledByListHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getLabeledByList", "()Ljava/util/List;", "GetGetLabeledByListHandler", ApiSince=36)>]
member this.LabeledByList : System.Collections.Generic.IList<Android.Views.Accessibility.AccessibilityNodeInfo>
Property Value
The list of labels in the order that they were added.
- Attributes
Remarks
Gets the list of node infos which serve as the labels of the view represented by this info for accessibility purposes.
Java documentation for android.view.accessibility.AccessibilityNodeInfo.getLabeledByList()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.