Basic Library for WinRT
IndexOf Method (C1CollectionView)

The item to locate.
Returns the index at which the specified item is located in the view.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As System.Object _
) As System.Integer
public System.int IndexOf( 
   System.object item
)

Parameters

item
The item to locate.

Return Value

The index at which the specified item is located, or –1 if the item is unknown.
See Also

Reference

C1CollectionView Class
C1CollectionView Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback