KeyTime.Implicit(TimeSpan to KeyTime) Opérateur

Définition

Convertit implicitement TimeSpan en 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

Paramètres

timeSpan
TimeSpan

Valeur TimeSpan à convertir.

Retours

KeyTime

Élément KeyTime créé.

Remarques

Ce struct représente la projection .NET du struct Windows Runtime (WinRT) KeyTime . Pour plus d’informations, consultez KeyTime dans la référence de l’API UWP.

S’applique à