Compartir a través de


ViewStructure.SetAutofillValue(AutofillValue) Method

Definition

Sets the AutofillValue representing the current value of this node.

[Android.Runtime.Register("setAutofillValue", "(Landroid/view/autofill/AutofillValue;)V", "GetSetAutofillValue_Landroid_view_autofill_AutofillValue_Handler", ApiSince=26)]
public abstract void SetAutofillValue (Android.Views.Autofill.AutofillValue? value);
[<Android.Runtime.Register("setAutofillValue", "(Landroid/view/autofill/AutofillValue;)V", "GetSetAutofillValue_Landroid_view_autofill_AutofillValue_Handler", ApiSince=26)>]
abstract member SetAutofillValue : Android.Views.Autofill.AutofillValue -> unit

Parameters

Attributes

Remarks

Sets the AutofillValue representing the current value of this node.

Java documentation for android.view.ViewStructure.setAutofillValue(android.view.autofill.AutofillValue).

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.

Applies to