UInt32Value Class
Defines UInt32Value - UInt32 value for attributes.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<UInt32>
DocumentFormat.OpenXml.UInt32Value
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Class UInt32Value _
Inherits OpenXmlSimpleValue(Of UInteger)
'使用
Dim instance As UInt32Value
[CLSCompliantAttribute(false)]
public class UInt32Value : OpenXmlSimpleValue<uint>
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.