다음을 통해 공유


ConsumerConnectionPointCollection 생성자

정의

ConsumerConnectionPointCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

ConsumerConnectionPointCollection()

ConsumerConnectionPointCollection 클래스의 새 인스턴스를 초기화합니다.

ConsumerConnectionPointCollection(ICollection)

지정된 연결 지점 컬렉션을 사용하여 ConsumerConnectionPointCollection 클래스의 새 인스턴스를 초기화합니다.

ConsumerConnectionPointCollection()

ConsumerConnectionPointCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 ConsumerConnectionPointCollection();
public ConsumerConnectionPointCollection ();
Public Sub New ()

설명

이 생성자의 새 인스턴스를 만듭니다를 ConsumerConnectionPointCollection 클래스 컬렉션에 항목이 없습니다.

적용 대상

ConsumerConnectionPointCollection(ICollection)

지정된 연결 지점 컬렉션을 사용하여 ConsumerConnectionPointCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 ConsumerConnectionPointCollection(System::Collections::ICollection ^ connectionPoints);
public ConsumerConnectionPointCollection (System.Collections.ICollection connectionPoints);
new System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection : System.Collections.ICollection -> System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection
Public Sub New (connectionPoints As ICollection)

매개 변수

connectionPoints
ICollection

소비자 연결 지점의 컬렉션입니다.

예외

connectionPoints이(가) null인 경우

컬렉션에 잘못된 연결 지점이 포함된 경우

또는

컬렉션에 ID가 중복되는 항목이 포함된 경우

설명

이 생성자의 새 인스턴스를 만듭니다는 ConsumerConnectionPointCollection 클래스 및에 포함 된 연결 지점 추가 connectionPoints 매개 변수입니다.

적용 대상