DesignerActionListCollection.Contains(DesignerActionList) 메서드

정의

특정 값이 컬렉션에 포함되는지 여부를 나타냅니다.

public:
 bool Contains(System::ComponentModel::Design::DesignerActionList ^ value);
public bool Contains (System.ComponentModel.Design.DesignerActionList value);
public bool Contains (System.ComponentModel.Design.DesignerActionList? value);
member this.Contains : System.ComponentModel.Design.DesignerActionList -> bool
Public Function Contains (value As DesignerActionList) As Boolean

매개 변수

value
DesignerActionList

검색할 DesignerActionList입니다.

반환

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

설명

일치 항목은 ID, 비교가 아닌 값에 따라 결정됩니다.

적용 대상

추가 정보