HolidaySettingCollectionInsertItems メソッド
|
コレクション内の指定したインデックスに複数の項目を挿入します。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 protected override void InsertItems(
int index,
IEnumerable<HolidaySetting> value
)
Protected Overrides Sub InsertItems (
index As Integer,
value As IEnumerable(Of HolidaySetting)
)
パラメーター
- index
- 型: SystemInt32
項目を挿入する位置の 0 から始まるインデックス。
- value
- 型: System.Collections.GenericIEnumerableHolidaySetting
コレクションに追加するオブジェクトを含む value。
関連項目