SelectedDatesCollectionInsertItem メソッド
|
コレクション内の指定したインデックスに項目を挿入します。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 protected override void InsertItem(
int index,
DateTime item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As DateTime
)
パラメーター
- index
- 型: SystemInt32
項目を挿入する位置の 0 から始まるインデックス。 - item
- 型: SystemDateTime
挿入する日付。
関連項目