KeyTime.Implicit(TimeSpan to KeyTime) 演算子

定義

TimeSpanKeyTime に暗黙的に変換します。

public:
 static operator Windows::UI::Xaml::Media::Animation::KeyTime(TimeSpan timeSpan);
public static implicit operator Windows.UI.Xaml.Media.Animation.KeyTime (TimeSpan timeSpan);
static member op_Implicit : TimeSpan -> Windows.UI.Xaml.Media.Animation.KeyTime
Public Shared Widening Operator CType (timeSpan As TimeSpan) As KeyTime

パラメーター

timeSpan
TimeSpan

変換する TimeSpan 値。

戻り値

KeyTime

作成された KeyTime

注釈

この構造体は、Windows ランタイム (WinRT) 構造体の .NET 射影を表し KeyTime ます。 詳細については、UWP API リファレンスの「 KeyTime 」を参照してください。

適用対象