KeyTime.Implicit(TimeSpan to KeyTime) Operatore

Definizione

Converte in modo implicito l'oggetto TimeSpan in un oggetto 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

Parametri

timeSpan
TimeSpan

Valore TimeSpan da convertire.

Restituisce

KeyTime

Oggetto KeyTime creato.

Commenti

Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT) KeyTime . Per altre informazioni, vedere KeyTime nei riferimenti all'API UWP.

Si applica a