KeyTime.Implicit(TimeSpan to KeyTime) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
傳回
建立的 KeyTime。
備註
此結構代表 Windows 執行時間 (WinRT) KeyTime
結構的 .NET 投影。 如需詳細資訊,請參閱UWP API 參考中的 KeyTime 。