Freigeben über


OpenXmlSimpleValue<T>-Klasse

Defines OpenXmlSimpleValue, a generic base class for simple value types (Int32, UInt32, Byte, struct, etc).

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<T>
      

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

Syntax

'Declaration
Public MustInherit Class OpenXmlSimpleValue(Of T As {Structure, New}) _
    Inherits OpenXmlSimpleType
'Usage
Dim instance As OpenXmlSimpleValue(Of T)
public abstract class OpenXmlSimpleValue<T> : OpenXmlSimpleType
where T : struct, new()

Typparameter

  • T
    The type of the value.

Threadsicherheit

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

Siehe auch

Referenz

OpenXmlSimpleValue<T>-Member

DocumentFormat.OpenXml-Namespace

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<T>
      DocumentFormat.OpenXml.BooleanValue
      DocumentFormat.OpenXml.ByteValue
      DocumentFormat.OpenXml.DateTimeValue
      DocumentFormat.OpenXml.DecimalValue
      DocumentFormat.OpenXml.DoubleValue
      DocumentFormat.OpenXml.Int16Value
      DocumentFormat.OpenXml.Int32Value
      DocumentFormat.OpenXml.Int64Value
      DocumentFormat.OpenXml.IntegerValue
      DocumentFormat.OpenXml.SByteValue
      DocumentFormat.OpenXml.SingleValue
      DocumentFormat.OpenXml.UInt16Value
      DocumentFormat.OpenXml.UInt32Value
      DocumentFormat.OpenXml.UInt64Value