다음을 통해 공유


ActivityCollection.ICollection<Activity>.Contains(Activity) 메서드

정의

Object 가 컬렉션의 멤버인지 여부를 나타내는 값을 가져옵니다.

 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

매개 변수

item
Activity

Object에서 찾을 IList입니다.

반환

Boolean

컬렉션에 값이 있으면 true이고, 그렇지 않으면 false입니다.

구현

설명

Object의 형식이 Activity가 아닌 경우 오류 메시지 "Error_InvalidListItem"과 함께 예외가 발생합니다.

적용 대상