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입니다.

설명

이 구조체는 WinRT (Windows 런타임) 구조체의 .NET 프로젝션을 나타냅니다 KeyTime . 자세한 내용은 UWP API 참조에서 KeyTime 을 참조 하세요.

적용 대상