ConsumerConnectionPointCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ConsumerConnectionPointCollection.

Przeciążenia

ConsumerConnectionPointCollection()

Inicjuje nowe wystąpienie klasy ConsumerConnectionPointCollection.

ConsumerConnectionPointCollection(ICollection)

Inicjuje nowe wystąpienie ConsumerConnectionPointCollection klasy przy użyciu określonej kolekcji punktów połączenia.

ConsumerConnectionPointCollection()

Inicjuje nowe wystąpienie klasy ConsumerConnectionPointCollection.

public:
 ConsumerConnectionPointCollection();
public ConsumerConnectionPointCollection ();
Public Sub New ()

Uwagi

Ten konstruktor tworzy nowe wystąpienie ConsumerConnectionPointCollection klasy bez elementów w kolekcji.

Dotyczy

ConsumerConnectionPointCollection(ICollection)

Inicjuje nowe wystąpienie ConsumerConnectionPointCollection klasy przy użyciu określonej kolekcji punktów połączenia.

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)

Parametry

connectionPoints
ICollection

Kolekcja punktów połączenia z klientem.

Wyjątki

connectionPoints to null.

Kolekcja zawiera nieprawidłowy punkt połączenia.

-lub-

Kolekcja zawiera element z powielonym IDENTYFIKATORem.

Uwagi

Ten konstruktor tworzy nowe wystąpienie ConsumerConnectionPointCollection klasy i dodaje punkty połączenia zawarte w connectionPoints parametrze.

Dotyczy