ViewStructure.SetAutofillId(AutofillId, Int32) Method
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.
Sets the AutofillId
for this virtual node.
[Android.Runtime.Register("setAutofillId", "(Landroid/view/autofill/AutofillId;I)V", "GetSetAutofillId_Landroid_view_autofill_AutofillId_IHandler", ApiSince=26)]
public abstract void SetAutofillId (Android.Views.Autofill.AutofillId parentId, int virtualId);
[<Android.Runtime.Register("setAutofillId", "(Landroid/view/autofill/AutofillId;I)V", "GetSetAutofillId_Landroid_view_autofill_AutofillId_IHandler", ApiSince=26)>]
abstract member SetAutofillId : Android.Views.Autofill.AutofillId * int -> unit
Parameters
- parentId
- AutofillId
id of the parent node.
- virtualId
- Int32
an opaque ID to the Android System; it's the same id used on
View#autofill(android.util.SparseArray)
.
- Attributes
Remarks
Sets the AutofillId
for this virtual node.
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.