C1.Android.Input Assembly / C1.Android.Input Namespace / C1AutoComplete Class / Autofill Method / Autofill(AutofillValue) Method


In This Topic
Autofill(AutofillValue) Method
In This Topic
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 value As Android.Views.Autofill.AutofillValue _
) 
 
'Usage
 
Dim instance As C1AutoComplete
Dim value As Android.Views.Autofill.AutofillValue
 
instance.Autofill(value)

Parameters

value
See Also