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