バージョン

CalendarSelectedDates クラス メンバ

CalendarSelectedDatesデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
パブリック プロパティ
 名前解説
Public プロパティCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。
Public プロパティCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public プロパティHasRange選択される日付の範囲が設定されているかどうかを確認します。  
Public プロパティIndividualDatesDateTime オブジェクトとして選択された日付の配列または null を取得します。  
Public プロパティItem特定のインデックスで選択した日への参照を取得します。  
Public プロパティRangeMaxカレンダーで選択される範囲の最大日付を取得または設定します。  
Public プロパティRangeMinカレンダーで選択される範囲の最小日付を取得または設定します。  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected プロパティListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddコレクションに並べ替えた順序で日付を追加します。  
Public メソッドClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドRemove日付をコレクションから削除します。  
Public メソッドRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。
Public メソッドSetIndividualDatesAndRange選択した日付および範囲選択を設定します。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドOnClearPerforms additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnClearCompleteオーバーライドされます。   
Protected メソッドOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertCompleteオーバーライドされます。   
Protected メソッドOnRemovePerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnRemoveCompleteオーバーライドされます。   
Protected メソッドOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetCompleteオーバーライドされます。   
Protected メソッドOnValidatePerforms additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。
トップ
参照