다음을 통해 공유


ConnectionInterfaceCollection 생성자

정의

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 컬렉션에 추가할 수 없는 경우

적용 대상