Freigeben über


UInt16Value-Klasse

Defines UInt16Value - UInt16 value for attributes.

Diese API ist nicht CLS-kompatibel. 

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<UInt16>
      DocumentFormat.OpenXml.UInt16Value

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

UInt16Value-Member

DocumentFormat.OpenXml-Namespace