UInt16Value Class
Defines UInt16Value - UInt16 value for attributes.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<UInt16>
DocumentFormat.OpenXml.UInt16Value
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<CLSCompliantAttribute(False)> _
Public Class UInt16Value _
Inherits OpenXmlSimpleValue(Of UShort)
用法
Dim instance As UInt16Value
[CLSCompliantAttribute(false)]
public class UInt16Value : OpenXmlSimpleValue<ushort>
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.