ConsumerConnectionPointCollection.Contains(ConsumerConnectionPoint) 메서드

정의

지정된 ConsumerConnectionPoint 개체가 컬렉션에 있는지 여부를 확인합니다.

public:
 bool Contains(System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ connectionPoint);
public bool Contains (System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint connectionPoint);
member this.Contains : System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint -> bool
Public Function Contains (connectionPoint As ConsumerConnectionPoint) As Boolean

매개 변수

connectionPoint
ConsumerConnectionPoint

검색할 연결 지점입니다.

반환

Boolean

소비자 연결 지점이 컬렉션에 있으면 true이고, 그렇지 않으면 false입니다.

설명

이 메서드를 사용 하 여 확인 여부를 ConsumerConnectionPoint 개체가 현재 포함 된 ConsumerConnectionPointCollection 컬렉션입니다. 이 메서드는 일반적으로의 존재 여부를 테스트 하는 데 사용 됩니다는 ConsumerConnectionPoint 메뉴 항목을 추가 하거나 컬렉션에서 메뉴 항목을 제거 하는 등의 작업을 수행 하기 전에 개체입니다.

적용 대상