Freigeben über


ActivityCollection.ICollection<Activity>.Contains(Activity) Methode

Definition

Ruft einen Wert ab, der angibt, ob Object ein Member der Auflistung ist.

 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

Parameter

item
Activity

Das Object, das in der IList gesucht werden soll.

Gibt zurück

Boolean

true, wenn sich ein Wert in der Auflistung befindet; andernfalls false.

Implementiert

Hinweise

Löst eine Ausnahme mit der Fehlermeldung "Error_InvalidListItem" aus, wenn Object nicht vom Typ Activity ist.

Gilt für