ConsumerConnectionPointCollection 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
소비자 연결 지점의 컬렉션입니다.
예외
connectionPoints은 null입니다.
설명
이 생성자는 클래스의 새 인스턴스를 ConsumerConnectionPointCollection 만들고 매개 변수에 connectionPoints 포함된 연결점을 추가합니다.