GrapeCity.WPF.InputMan アセンブリ > GrapeCity.Windows.InputMan.Fields 名前空間 > DateFieldCollection クラス : InsertItems メソッド |
Protected Overrides Sub InsertItems( _ ByVal index As Integer, _ ByVal value As IEnumerable(Of DateField) _ )
protected override void InsertItems( int index, IEnumerable<DateField> value )
例外 | 解説 |
---|---|
System.ArgumentNullException | 指定された値が null 参照 (Visual Basicでは Nothing) です。 |
System.InvalidOperationException | コレクションがロックされています。 |
System.ArgumentException | value に null 参照 (Visual Basicでは Nothing) が含まれます。 |