'宣言
Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal item As SelectorSetter _ )
protected override void InsertItem( int index, SelectorSetter item )
パラメータ
- index
- 項目を挿入する位置の 0 から始まるインデックス。
- item
- 挿入する SelectorSetter オブジェクト。
'宣言
Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal item As SelectorSetter _ )
protected override void InsertItem( int index, SelectorSetter item )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index がゼロ未満です。または、index が SelectorSetterCollection.Count を超えています。 |
System.ArgumentException | Property が null 参照 (Visual Basicでは Nothing) または System.String.Empty です。 |