バージョン

Add メソッド (TimeRangeAppearancesCollection)

指定した timeRange および appearance インスタンスをこのコレクションに追加します。
シンタックス
'宣言
 
Public Function Add( _
   ByVal timeRange As TimeRange, _
   ByVal appearance As Infragistics.Win.Appearance _
) As TimeRangeAppearance
public TimeRangeAppearance Add( 
   TimeRange timeRange,
   Infragistics.Win.Appearance appearance
)

パラメータ

timeRange
指定された appearance が適用される時間の範囲を定義する TimeRange インスタンス。
appearance
指定された範囲に含まれる TimeSlots の表示属性を定義する Appearance インスタンス。

戻り値の型

コレクションに追加された TimeRangeAppearance インスタンスへの参照。
参照