Duration.Forever 属性
定义
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。A Duration initialized to a forever value.
注解
此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 Duration 。This struct represents the .NET projection of the Windows Runtime (WinRT) Duration struct. 有关详细信息,请参阅 UWP API 参考中的 持续时间 。For more information, see Duration in the UWP API reference.