KeyTime.Implicit(TimeSpan to KeyTime) 運算子

定義

TimeSpan 隱含轉換為 KeyTime

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

適用於