'宣言 Public Function FindUIForTime( _ ByVal time As System.Date _ ) As System.Windows.FrameworkElement
public System.Windows.FrameworkElement FindUIForTime( System.DateTime time )
パラメータ
- time
- 見つける System.Windows.FrameworkElementに対応する System.DateTime値。
戻り値の型
指定された System.DateTime値に対応する System.Windows.FrameworkElement。この System.DateTime値が表示範囲に含まれない場合、または それに対応する System.Windows.FrameworkElementが生成されていない場合は、null を返します。