CommonBehavior.Accumulate Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Accumulate
Stellt das folgende Attribut im Schema dar: accumulate
[DocumentFormat.OpenXml.SchemaAttr(0, "accumulate")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> Accumulate { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> Accumulate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "accumulate")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues>? Accumulate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("accumulate")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues>? Accumulate { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues>? Accumulate { get; set; }
member this.Accumulate : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "accumulate")>]
member this.Accumulate : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("accumulate")>]
member this.Accumulate : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> with get, set
Public Property Accumulate As EnumValue(Of BehaviorAccumulateValues)
Eigenschaftswert
Gibt zurück EnumValue<T>.
- Attribute
Hinweise
Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.
Dieses Attribut erstellt einen wiederholten Animationsbuild mit jeder Iteration, wenn es auf "always" festgelegt ist.
Die möglichen Werte für dieses Attribut werden durch den ST_TLBehaviorAccumulateType
einfachen Typ definiert.