Clock.CurrentIteration 属性

定义

获取此时钟的当前迭代。

public:
 property Nullable<int> CurrentIteration { Nullable<int> get(); };
public int? CurrentIteration { get; }
member this.CurrentIteration : Nullable<int>
Public ReadOnly Property CurrentIteration As Nullable(Of Integer)

属性值

Nullable<Int32>

此时钟在其当前活动期中的当前迭代,如果此时钟已停止,则为 null

注解

时钟的第一次迭代值为 1。

如果此时钟的时间线具有 AutoReverse 设置 true,则完整迭代由正反对组成,而不仅仅是其中一个段。

无论其当前迭代如何,查找时钟都会将其当前迭代返回到 1。 重启时钟还会将其当前迭代返回到 1。

适用于

另请参阅