Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / ComboBoxSimpleAdapter Class / GetItemViewType Method


In This Topic
    GetItemViewType Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("getItemViewType", 
       "(I)I", 
       "GetGetItemViewType_IHandler")>
    Public Function GetItemViewType( _
       ByVal position As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As ComboBoxSimpleAdapter
    Dim position As Integer
    Dim value As Integer
     
    value = instance.GetItemViewType(position)
    [Android.Runtime.Register("getItemViewType", 
       "(I)I", 
       "GetGetItemViewType_IHandler")]
    public int GetItemViewType( 
       int position
    )

    Parameters

    position
    See Also