Freigeben über


UInt64Value-Klasse

Defines UInt64Value - UInt64 value for attributes.

Diese API ist nicht CLS-kompatibel. 

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<UInt64>
      DocumentFormat.OpenXml.UInt64Value

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class UInt64Value _
    Inherits OpenXmlSimpleValue(Of ULong)
'Usage
Dim instance As UInt64Value
[CLSCompliantAttribute(false)]
public class UInt64Value : OpenXmlSimpleValue<ulong>

Threadsicherheit

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

Siehe auch

Referenz

UInt64Value-Member

DocumentFormat.OpenXml-Namespace