ArcGIS Explorer Component Help |
TableBindingAdapter..::.IndexOf Method |
TableBindingAdapter Class See Also |
Determines the index of a specific item in the IList.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public virtual int IndexOf( Object value ) |
Visual Basic (Declaration) |
---|
Public Overridable Function IndexOf ( _ value As Object _ ) As Integer |
Parameters
- value
- Type: System..::.Object
The Object to locate in the IList.