ActivityCollection.IList<Activity>.IndexOf(Activity) Метод

Определение

Определяет индекс заданного элемента коллекции IList.

 virtual int System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.IndexOf(System::Workflow::ComponentModel::Activity ^ item) = System::Collections::Generic::IList<System::Workflow::ComponentModel::Activity ^>::IndexOf;
int IList<Activity>.IndexOf (System.Workflow.ComponentModel.Activity item);
abstract member System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.IndexOf : System.Workflow.ComponentModel.Activity -> int
override this.System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.IndexOf : System.Workflow.ComponentModel.Activity -> int
Function IndexOf (item As Activity) As Integer Implements IList(Of Activity).IndexOf

Параметры

item
Activity

Объект для поиска в IList.

Возвращаемое значение

Int32

Индекс item, если он найден в списке; в противном случае — значение -1.

Реализации

Комментарии

Если объект встречается в списке несколько раз, метод IndexOf всегда возвращает первый найденный экземпляр.

Применяется к