ActivityCollection.IList<Activity>.IndexOf(Activity) Yöntem

Tanım

içindeki belirli bir öğenin dizinini IListbelirler.

 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

Parametreler

item
Activity

içinde IListbulunacak nesne.

Döndürülenler

Int32

Listede bulunursa dizini item ; aksi takdirde -1.

Uygulamalar

Açıklamalar

Bir nesne listede birden çok kez oluşursa, IndexOf yöntem her zaman bulunan ilk örneği döndürür.

Şunlara uygulanır