ActivityCollection.ICollection<Activity>.Contains(Activity) Yöntem

Tanım

öğesinin koleksiyonun üyesi olup olmadığını Object gösteren bir değer alır.

 virtual bool System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Contains(System::Workflow::ComponentModel::Activity ^ item) = System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity ^>::Contains;
bool ICollection<Activity>.Contains (System.Workflow.ComponentModel.Activity item);
abstract member System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Contains : System.Workflow.ComponentModel.Activity -> bool
override this.System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Contains : System.Workflow.ComponentModel.Activity -> bool
Function Contains (item As Activity) As Boolean Implements ICollection(Of Activity).Contains

Parametreler

item
Activity

Object içinde bulunacak öğesini seçinIList.

Döndürülenler

true değer koleksiyondaysa; aksi takdirde , false.

Uygulamalar

Açıklamalar

türünde Activitydeğilse Object "Error_InvalidListItem" hata iletisiyle bir özel durum oluşturur.

Şunlara uygulanır