ServiceEndpointCollection.SetItem(Int32, ServiceEndpoint) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の指定したインデックス位置にある要素を置き換えます。
protected:
override void SetItem(int index, System::ServiceModel::Description::ServiceEndpoint ^ item);
protected override void SetItem (int index, System.ServiceModel.Description.ServiceEndpoint item);
override this.SetItem : int * System.ServiceModel.Description.ServiceEndpoint -> unit
Protected Overrides Sub SetItem (index As Integer, item As ServiceEndpoint)
パラメーター
- index
- Int32
置き換える要素の 0 から始まるインデックス番号。
- item
- ServiceEndpoint
指定した index
に存在する ServiceEndpoint 項目の新しい値。
例外
item
が null
です。
注釈
このメソッドは、基本クラスで定義されている仮想メソッド SetItem(Int32, T) をオーバーライドします。これは、null
値がコレクションに挿入されないように入力検証を行うために提供されています。 ユーザーが呼び出すためのものではありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET