DeviceCollection.IndexOf(DeviceInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the index of the specified DeviceInfo object in the collection.
public int IndexOf (Microsoft.PointOfService.DeviceInfo value);
member this.IndexOf : Microsoft.PointOfService.DeviceInfo -> int
Public Function IndexOf (value As DeviceInfo) As Integer
Parameters
- value
- DeviceInfo
The DeviceInfo object for which to search in the collection.