'宣言 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 を返します。