'Declaration
Public Function GetReusableItemView( _ ByVal cellIdentifier As String _ ) As UIKit.UITableViewCell
'Usage
Dim instance As ComboBoxItemLoadingEventArgs Dim cellIdentifier As String Dim value As UIKit.UITableViewCell value = instance.GetReusableItemView(cellIdentifier)
public UIKit.UITableViewCell GetReusableItemView( string cellIdentifier )
Parameters
- cellIdentifier
- The cell identifier.