TextElementCollection<TextElementType>.IList.IndexOf(Object) Metoda
Definicja
virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
Function IndexOf (value As Object) As Integer Implements IList.IndexOf
Parametry
Zwraca
Indeks elementu value
if znajduje się na liście; w przeciwnym razie-1.The index of value
if found in the list; otherwise, -1.