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