ActivityCollection.ICollection<Activity>.Contains(Activity) Método

Definición

Obtiene un valor que indica si Object es un miembro de la colección.

 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

Parámetros

item
Activity

Objeto Object que se va a buscar en la interfaz IList.

Devoluciones

true si el valor está en la colección; en caso contrario, false.

Implementaciones

Comentarios

Producir una excepción con el mensaje de error "Error_InvalidListItem" si Object no es del tipo Activity.

Se aplica a