UInt64Value Class
Defines UInt64Value - UInt64 value for attributes.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<UInt64>
DocumentFormat.OpenXml.UInt64Value
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Class UInt64Value _
Inherits OpenXmlSimpleValue(Of ULong)
'使用
Dim instance As UInt64Value
[CLSCompliantAttribute(false)]
public class UInt64Value : OpenXmlSimpleValue<ulong>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.