BindingElementCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BindingElementCollection クラスの新しいインスタンスを初期化します。
オーバーロード
BindingElementCollection() |
BindingElementCollection クラスの新しいインスタンスを初期化します。 |
BindingElementCollection(IEnumerable<BindingElement>) |
バインディング要素の列挙可能なセットを使用して、BindingElementCollection クラスの新しいインスタンスを初期化します。 |
BindingElementCollection(BindingElement[]) |
バインド要素の配列を使用して BindingElementCollection クラスの新しいインスタンスを初期化します。 |
BindingElementCollection()
BindingElementCollection クラスの新しいインスタンスを初期化します。
public:
BindingElementCollection();
public BindingElementCollection ();
Public Sub New ()
適用対象
BindingElementCollection(IEnumerable<BindingElement>)
バインディング要素の列挙可能なセットを使用して、BindingElementCollection クラスの新しいインスタンスを初期化します。
public:
BindingElementCollection(System::Collections::Generic::IEnumerable<System::ServiceModel::Channels::BindingElement ^> ^ elements);
public BindingElementCollection (System.Collections.Generic.IEnumerable<System.ServiceModel.Channels.BindingElement> elements);
new System.ServiceModel.Channels.BindingElementCollection : seq<System.ServiceModel.Channels.BindingElement> -> System.ServiceModel.Channels.BindingElementCollection
Public Sub New (elements As IEnumerable(Of BindingElement))
パラメーター
- elements
- IEnumerable<BindingElement>
コレクションを初期化するために使用するジェネリック型 IEnumerable<T> の BindingElement。
例外
elements
が null
です。
適用対象
BindingElementCollection(BindingElement[])
バインド要素の配列を使用して BindingElementCollection クラスの新しいインスタンスを初期化します。
public:
BindingElementCollection(cli::array <System::ServiceModel::Channels::BindingElement ^> ^ elements);
public BindingElementCollection (System.ServiceModel.Channels.BindingElement[] elements);
new System.ServiceModel.Channels.BindingElementCollection : System.ServiceModel.Channels.BindingElement[] -> System.ServiceModel.Channels.BindingElementCollection
Public Sub New (elements As BindingElement())
パラメーター
- elements
- BindingElement[]
コレクションを初期化するために使用する Array 型の BindingElement。
例外
elements
が null
です。
適用対象
.NET