UInt16Value 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
UInt16Value() |
初始化 类的新实例 UInt16Value 。 |
UInt16Value(UInt16Value) |
通过深层复制提供的UInt16Value类来初始化 类的新实例UInt16Value。 |
UInt16Value(UInt16) |
使用提供UInt16的值初始化 类的新实例UInt16Value。 |
UInt16Value()
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)