'Declaration Public Function GetLastItem( _ ByVal state As SmartItemState _ ) As SmartItem
'Usage Dim instance As SmartItemCollection Dim state As SmartItemState Dim value As SmartItem value = instance.GetLastItem(state)
public SmartItem GetLastItem( SmartItemState state )
Parameters
- state
- A SmartItemState value representing the state of the SmartItem to locate.