Autofill(SparseArray) Method | Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / Autofill Method / Autofill(SparseArray) Method


In This Topic
Autofill(SparseArray) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("autofill", 
   "(Landroid/util/SparseArray;)V", 
   "GetAutofill_Landroid_util_SparseArray_Handler", 
   ApiSince=26)>
Public Overloads Overridable Sub Autofill( _
   ByVal values As Android.Util.SparseArray _
) 
 
'Usage
 
Dim instance As C1Gauge
Dim values As Android.Util.SparseArray
 
instance.Autofill(values)

Parameters

values
See Also