Syntax
'Declaration
<Android.Runtime.RegisterAttribute("autofill",
"(Landroid/view/autofill/AutofillValue;)V",
"GetAutofill_Landroid_view_autofill_AutofillValue_Handler",
ApiSince=26)>
Public Overloads Overridable Sub Autofill( _
ByVal As Android.Views.Autofill.AutofillValue _
)
'Usage
Dim instance As CalendarYearsPanel
Dim value As Android.Views.Autofill.AutofillValue
instance.Autofill(value)
[Android.Runtime.Register("autofill",
"(Landroid/view/autofill/AutofillValue;)V",
"GetAutofill_Landroid_view_autofill_AutofillValue_Handler",
ApiSince=26)]
public virtual void Autofill(
Android.Views.Autofill.AutofillValue
)
Parameters
- value
See Also