DesignerActionItemCollection.Contains(DesignerActionItem) 메서드

정의

특정 요소가 포함되어 있는지 여부를 DesignerActionItemCollection 확인합니다.

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

매개 변수

반품

true 지정된 값이 DesignerActionItemCollection 포함되어 있으면 .이고, false그렇지 않으면 .입니다.

적용 대상