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
| Name | Description |
|---|---|
| ConnectionInterfaceCollection() |
ConnectionInterfaceCollection sınıfının yeni bir örneğini başlatır. |
| ConnectionInterfaceCollection(ICollection) |
Belirtilen koleksiyonla sınıfının yeni bir örneğini ConnectionInterfaceCollection başlatır. |
| ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection) |
Belirtilen iki koleksiyonu birleştirerek sınıfının yeni bir örneğini ConnectionInterfaceCollection başlatı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 yeni bir örneğini ConnectionInterfaceCollection başlatır.
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 ConnectionInterfaceCollectionnesne koleksiyonu.
Özel durumlar
içindeki connectionInterfaces bir nesne bir ConnectionInterfaceCollection koleksiyona eklenemez.
Şunlara uygulanır
ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)
Belirtilen iki koleksiyonu birleştirerek sınıfının yeni bir örneğini ConnectionInterfaceCollection başlatı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 birleştirmek için A ConnectionInterfaceCollectionconnectionInterfaces .
- connectionInterfaces
- ICollection
Nesnesiyle birleştirmek için bir existingConnectionInterfaces koleksiyon.
Özel durumlar
içindeki connectionInterfaces bir nesne bir ConnectionInterfaceCollection koleksiyona eklenemez.