GrapeCity.WPF.InputMan アセンブリ > GrapeCity.Windows.InputMan.Fields 名前空間 > NumberDisplayFieldCollection クラス : SetItem メソッド |
Protected Overrides Sub SetItem( _ ByVal index As Integer, _ ByVal item As NumberDisplayField _ )
protected override void SetItem( int index, NumberDisplayField item )
例外 | 解説 |
---|---|
System.InvalidOperationException | コレクションがロックされています。 |
System.ArgumentOutOfRangeException | index に指定された値が 0 未満です。 または index に指定された値が Count を超えています。 |
System.ArgumentNullException | item が null 参照 (Visual Basicでは Nothing) です。 |
System.InvalidOperationException | NumberDecimalPartDisplayField の複数のインスタンスがコレクション内に存在します。 |