Returns the zero-based index of the first occurrence of a value
in the AssocDimLocations or in a portion of it.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual int IndexOf( Object item ) |
| Visual Basic |
|---|
Public Overridable Function IndexOf ( _ item As Object _ ) As Integer |
| Visual C++ |
|---|
public: virtual int IndexOf( Object^ item ) |
Parameters
- item
- Type: System..::..Object
The Object to locate in the AssocDimLocations.