'宣言 Protected Overrides Sub SetItem( _ ByVal index As System.Integer, _ ByVal item As NumberDisplayField _ )
protected override void SetItem( System.int index, NumberDisplayField item )
パラメータ
- index
- 置換する要素の 0 から始まるインデックス。
- item
- 指定したインデックスにある要素の新しい値。
'宣言 Protected Overrides Sub SetItem( _ ByVal index As System.Integer, _ ByVal item As NumberDisplayField _ )
protected override void SetItem( System.int index, NumberDisplayField item )
例外 | 解説 |
---|---|
System.InvalidOperationException | コレクションがロックされています。index がコレクションのサイズを超えています。item が null 参照 (Visual Basicでは Nothing) です。 |
System.ArgumentOutOfRangeException | index に指定された値が0未満です、 または System.Collections.ObjectModel.Collection`1.Count を超えています。 |
System.ArgumentNullException | item が null 参照 (Visual Basicでは Nothing) です。 |
System.InvalidOperationException | NumberDecimalPartDisplayField の複数のインスタンスがコレクションに存在します。 |