SequenceTimeNode.NextAction 属性

定义

下一个操作

表示架构中的以下属性:nextAc

[DocumentFormat.OpenXml.SchemaAttr(0, "nextAc")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> NextAction { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> NextAction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "nextAc")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues>? NextAction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("nextAc")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues>? NextAction { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues>? NextAction { get; set; }
member this.NextAction : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "nextAc")>]
member this.NextAction : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("nextAc")>]
member this.NextAction : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.NextActionValues> with get, set
Public Property NextAction As EnumValue(Of NextActionValues)

属性值

返回 EnumValue<T>

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

此属性指定按顺序前进时要执行的操作。 默认情况下,此属性的值为 none。 如果设置为 seek ,它将查找元素到自然结束时间 (不一定是实际结束时间) 。

自然结束位置定义为子级的最新非无限结束时间。 如果子循环永远存在,则其第一个循环的结束时间将用作此计算目的的“结束时间”。

由于无限持续时间的子元素,某些容器元素可能具有无限的持续时间。 引擎需要在所有无限持续时间容器中递归,以计算其自然持续时间,以防子级在其内可能有需要考虑的非无限持续时间。

此属性的可能值由 ST_TLNextActionType 简单类型定义。

适用于