ConsumerConnectionPointCollection 생성자

정의

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

오버로드

Name Description
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

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

예외

connectionPointsnull입니다.

컬렉션에 잘못된 연결점이 포함되어 있습니다.

-또는-

컬렉션에는 중복 ID가 있는 항목이 포함되어 있습니다.

설명

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

적용 대상