Duration.Forever 属性

定义

获取表示无限间隔的 Duration 值。Gets a Duration value that represents an infinite interval.

public:
 static property Windows::UI::Xaml::Duration Forever { Windows::UI::Xaml::Duration get(); };
public static Windows.UI.Xaml.Duration Forever { get; }
member this.Forever : Windows.UI.Xaml.Duration
Public Shared ReadOnly Property Forever As Duration

属性值

Duration

初始化为永久值的 DurationA Duration initialized to a forever value.

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 DurationThis struct represents the .NET projection of the Windows Runtime (WinRT) Duration struct. 有关详细信息,请参阅 UWP API 参考中的 持续时间For more information, see Duration in the UWP API reference.

适用于