次の方法で共有


KeyTime.Implicit(TimeSpan to KeyTime) Operator

定義

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

注釈

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

適用対象