UInt16Value 构造函数

定义

重载

UInt16Value()

初始化 类的新实例 UInt16Value

UInt16Value(UInt16Value)

通过深层复制提供的UInt16Value类来初始化 类的新实例UInt16Value

UInt16Value(UInt16)

使用提供UInt16的值初始化 类的新实例UInt16Value

UInt16Value()

初始化 类的新实例 UInt16Value

public UInt16Value ();
Public Sub New ()

适用于

UInt16Value(UInt16Value)

通过深层复制提供的UInt16Value类来初始化 类的新实例UInt16Value

public UInt16Value (DocumentFormat.OpenXml.UInt16Value source);
new DocumentFormat.OpenXml.UInt16Value : DocumentFormat.OpenXml.UInt16Value -> DocumentFormat.OpenXml.UInt16Value
Public Sub New (source As UInt16Value)

参数

source
UInt16Value

UInt16Value 类。

适用于

UInt16Value(UInt16)

使用提供UInt16的值初始化 类的新实例UInt16Value

public UInt16Value (ushort value);
new DocumentFormat.OpenXml.UInt16Value : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Sub New (value As UShort)

参数

value
UInt16

UInt16

适用于