UInt32Value-Klasse
Defines UInt32Value - UInt32 value for attributes.
Diese API ist nicht CLS-kompatibel.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<UInt32>
DocumentFormat.OpenXml.UInt32Value
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class UInt32Value _
Inherits OpenXmlSimpleValue(Of UInteger)
'Usage
Dim instance As UInt32Value
[CLSCompliantAttribute(false)]
public class UInt32Value : OpenXmlSimpleValue<uint>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.