RepeatBehaviorHelper 类

定义

提供用于处理 RepeatBehavior 值的基本实用工具方法。 C# 和 Microsoft Visual Basic 代码应改用 RepeatBehavior 的成员。

public ref class RepeatBehaviorHelper sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RepeatBehaviorHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RepeatBehaviorHelper
Public NotInheritable Class RepeatBehaviorHelper
继承
Object Platform::Object IInspectable RepeatBehaviorHelper
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

Forever

获取表示特殊“永远”值的静态 RepeatBehavior 。 C# 和 Microsoft Visual Basic 代码应改用 Forever

方法

Equals(RepeatBehavior, RepeatBehavior)

确定两个 RepeatBehavior 值是否具有等效值。 C# 和 Microsoft Visual Basic 代码应改用相等运算符。

FromCount(Double)

基于重复计数创建新的 RepeatBehavior 。 当作为 XAML 属性值提供时,这对应于 intx 窗体。 C# 和 Microsoft Visual Basic 代码应改用 RepeatBehavior (Double)

FromDuration(TimeSpan)

基于时间跨度创建新的 RepeatBehavior 。 C# 和 Microsoft Visual Basic 代码应改用 RepeatBehavior (TimeSpan)

GetHasCount(RepeatBehavior)

返回指定的 RepeatBehavior 是否具有 CountRepeatBehaviorType 和非零计数值。 C# 和 Microsoft Visual Basic 代码应改用 HasCount

GetHasDuration(RepeatBehavior)

返回指定的 RepeatBehavior 是否具有 DurationRepeatBehaviorType 和非零 Duration 值。 C# 和 Microsoft Visual Basic 代码应改用 HasDuration

适用于