다음을 통해 공유


ProviderConnectionPointCollection.Contains(ProviderConnectionPoint) 메서드

정의

특정 ProviderConnectionPoint 개체가 컬렉션에 있는지 여부를 나타내는 값을 반환합니다.

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

매개 변수

connectionPoint
ProviderConnectionPoint

검색할 ProviderConnectionPoint입니다.

반환

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

적용 대상

추가 정보