Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / GetAutofillHints Method


In This Topic
    GetAutofillHints Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("getAutofillHints", 
       "()[Ljava/lang/String;", 
       "GetGetAutofillHintsHandler", 
       ApiSince=26)>
    Public Overridable Function GetAutofillHints() As String()
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value() As String
     
    value = instance.GetAutofillHints()
    [Android.Runtime.Register("getAutofillHints", 
       "()[Ljava/lang/String;", 
       "GetGetAutofillHintsHandler", 
       ApiSince=26)]
    public virtual string[] GetAutofillHints()
    See Also