ConnectionInterfaceCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
ConnectionInterfaceCollection sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
ConnectionInterfaceCollection() |
ConnectionInterfaceCollection sınıfının yeni bir örneğini başlatır. |
ConnectionInterfaceCollection(ICollection) |
Belirtilen koleksiyonla sınıfının ConnectionInterfaceCollection yeni bir örneğini başlatıyor. |
ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection) |
Belirtilen iki koleksiyonu birleştirerek ConnectionInterfaceCollection sınıfının yeni bir örneğini başlatılır. |
ConnectionInterfaceCollection()
ConnectionInterfaceCollection sınıfının yeni bir örneğini başlatır.
public:
ConnectionInterfaceCollection();
public ConnectionInterfaceCollection ();
Public Sub New ()
Şunlara uygulanır
ConnectionInterfaceCollection(ICollection)
Belirtilen koleksiyonla sınıfının ConnectionInterfaceCollection yeni bir örneğini başlatıyor.
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)
Parametreler
- connectionInterfaces
- ICollection
içine dönüştürülecek nesneler ConnectionInterfaceCollection koleksiyonu.
Özel durumlar
içinde bir connectionInterfaces
nesne bir koleksiyona ek ConnectionInterfaceCollection olamaz.
Şunlara uygulanır
ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)
Belirtilen iki koleksiyonu birleştirerek ConnectionInterfaceCollection sınıfının yeni bir örneğini başlatılır.
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)
Parametreler
- existingConnectionInterfaces
- ConnectionInterfaceCollection
nesnesiyle ConnectionInterfaceCollection birleştirmek için connectionInterfaces
bir.
- connectionInterfaces
- ICollection
nesnesiyle birleştirmek için bir existingConnectionInterfaces
koleksiyon.
Özel durumlar
içinde bir connectionInterfaces
nesne bir koleksiyona ek ConnectionInterfaceCollection olamaz.