ConsumerConnectionPointCollection.Contains(ConsumerConnectionPoint) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 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
검색할 연결 지점입니다.
반환
소비자 연결 지점이 컬렉션에 있으면 true
이고, 그렇지 않으면 false
입니다.
설명
이 메서드를 사용 하 여 확인 여부를 ConsumerConnectionPoint 개체가 현재 포함 된 ConsumerConnectionPointCollection 컬렉션입니다. 이 메서드는 일반적으로의 존재 여부를 테스트 하는 데 사용 됩니다는 ConsumerConnectionPoint 메뉴 항목을 추가 하거나 컬렉션에서 메뉴 항목을 제거 하는 등의 작업을 수행 하기 전에 개체입니다.