ComponentOne Xamarin.Android
GetAutofillHints Method (C1VectorIcon)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1VectorIcon Class : GetAutofillHints Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getAutofillHints", 
   "()[Ljava/lang/String;", 
   "GetGetAutofillHintsHandler", 
   ApiSince=26)>
Public Overridable Function GetAutofillHints() As String()
'Usage
 
Dim instance As C1VectorIcon
Dim value() As String
 
value = instance.GetAutofillHints()
[Android.Runtime.Register("getAutofillHints", 
   "()[Ljava/lang/String;", 
   "GetGetAutofillHintsHandler", 
   ApiSince=26)]
public virtual string[] GetAutofillHints()
See Also

Reference

C1VectorIcon Class
C1VectorIcon Members