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