GrapeCity.WPF.InputMan アセンブリ > GrapeCity.Windows.InputMan 名前空間 > SelectorSetterCollection クラス : InsertItem メソッド |
Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal item As SelectorSetter _ )
protected override void InsertItem( int index, SelectorSetter item )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | indexが 0 未満です。 または index が SelectorSetterCollection.Count を超えています。 |
System.ArgumentException | Property が null 参照 (Visual Basicでは Nothing) または System.String.Empty です。 |