DataViewManager.IList.IndexOf(Object) Метод
Определение
virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf
Параметры
- value
- Object
Объект Object, который требуется найти в коллекции IList.The Object to locate in the IList.
Возвращаемое значение
Индекс value
, если он найден в списке; в противном случае — значение -1.The index of value
if found in the list; otherwise, -1.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр DataViewManager приведен к типу интерфейса IList.It can be used only when the DataViewManager instance is cast to an IList interface.