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