Freigeben über


TimeListAnimationVariantType-Klasse

Defines the TimeListAnimationVariantType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType
        DocumentFormat.OpenXml.Presentation.ToVariantValue
        DocumentFormat.OpenXml.Presentation.VariantValue

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(StringVariantValue))> _
<ChildElementInfoAttribute(GetType(FloatVariantValue))> _
<ChildElementInfoAttribute(GetType(BooleanVariantValue))> _
<ChildElementInfoAttribute(GetType(IntegerVariantValue))> _
<ChildElementInfoAttribute(GetType(ColorValue))> _
Public MustInherit Class TimeListAnimationVariantType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TimeListAnimationVariantType
[ChildElementInfoAttribute(typeof(StringVariantValue))]
[ChildElementInfoAttribute(typeof(FloatVariantValue))]
[ChildElementInfoAttribute(typeof(BooleanVariantValue))]
[ChildElementInfoAttribute(typeof(IntegerVariantValue))]
[ChildElementInfoAttribute(typeof(ColorValue))]
public abstract class TimeListAnimationVariantType : OpenXmlCompositeElement

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

TimeListAnimationVariantType-Member

DocumentFormat.OpenXml.Presentation-Namespace