ConnectionInterfaceCollection 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ConnectionInterfaceCollection 클래스의 새 인스턴스를 초기화합니다.
오버로드
ConnectionInterfaceCollection() |
ConnectionInterfaceCollection 클래스의 새 인스턴스를 초기화합니다. |
ConnectionInterfaceCollection(ICollection) |
지정된 컬렉션을 사용하여 ConnectionInterfaceCollection 클래스의 새 인스턴스를 초기화합니다. |
ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection) |
지정된 두 컬렉션을 결합하여 ConnectionInterfaceCollection 클래스의 새 인스턴스를 초기화합니다. |
ConnectionInterfaceCollection()
ConnectionInterfaceCollection 클래스의 새 인스턴스를 초기화합니다.
public:
ConnectionInterfaceCollection();
public ConnectionInterfaceCollection ();
Public Sub New ()
적용 대상
ConnectionInterfaceCollection(ICollection)
지정된 컬렉션을 사용하여 ConnectionInterfaceCollection 클래스의 새 인스턴스를 초기화합니다.
public:
ConnectionInterfaceCollection(System::Collections::ICollection ^ connectionInterfaces);
public ConnectionInterfaceCollection (System.Collections.ICollection connectionInterfaces);
new System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection : System.Collections.ICollection -> System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection
Public Sub New (connectionInterfaces As ICollection)
매개 변수
- connectionInterfaces
- ICollection
ConnectionInterfaceCollection으로 변환할 개체의 컬렉션입니다.
예외
connectionInterfaces
의 개체를 ConnectionInterfaceCollection 컬렉션에 추가할 수 없는 경우
적용 대상
ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)
지정된 두 컬렉션을 결합하여 ConnectionInterfaceCollection 클래스의 새 인스턴스를 초기화합니다.
public:
ConnectionInterfaceCollection(System::Web::UI::WebControls::WebParts::ConnectionInterfaceCollection ^ existingConnectionInterfaces, System::Collections::ICollection ^ connectionInterfaces);
public ConnectionInterfaceCollection (System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection existingConnectionInterfaces, System.Collections.ICollection connectionInterfaces);
new System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection : System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection * System.Collections.ICollection -> System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection
Public Sub New (existingConnectionInterfaces As ConnectionInterfaceCollection, connectionInterfaces As ICollection)
매개 변수
- existingConnectionInterfaces
- ConnectionInterfaceCollection
connectionInterfaces
개체와 결합할 ConnectionInterfaceCollection입니다.
- connectionInterfaces
- ICollection
existingConnectionInterfaces
개체와 결합할 컬렉션입니다.
예외
connectionInterfaces
의 개체를 ConnectionInterfaceCollection 컬렉션에 추가할 수 없는 경우