ActivityCollection.Contains(Activity) Yöntem

Tanım

içinde ICollectionüyeliği Activity için bir test sağlar.

public:
 bool Contains(System::Workflow::ComponentModel::Activity ^ item);
public bool Contains (System.Workflow.ComponentModel.Activity item);
override this.Contains : System.Workflow.ComponentModel.Activity -> bool
Public Function Contains (item As Activity) As Boolean

Parametreler

item
Activity

Activity Üyelik için test edilen.

Döndürülenler

Boolean

trueActivity, öğesine aitseICollection; değilse, false.

Uygulamalar

Açıklamalar

Bu ICollection tür açısından güvenlidir. Öğe türünde Activitydeğilse bir çalışma zamanı özel durumu oluşturulur.

Şunlara uygulanır