UInt64Value 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
UInt64Value() |
初始化 类的新实例 UInt64Value 。 |
UInt64Value(UInt64Value) |
通过深层复制 UInt64Value 类来初始化 类的新实例UInt64Value。 |
UInt64Value(UInt64) |
使用提供UInt64的值初始化 类的新实例UInt64Value。 |
UInt64Value()
UInt64Value(UInt64Value)
通过深层复制 UInt64Value 类来初始化 类的新实例UInt64Value。
public UInt64Value (DocumentFormat.OpenXml.UInt64Value source);
new DocumentFormat.OpenXml.UInt64Value : DocumentFormat.OpenXml.UInt64Value -> DocumentFormat.OpenXml.UInt64Value
Public Sub New (source As UInt64Value)
参数
- source
- UInt64Value
源 UInt64Value 类。
适用于
UInt64Value(UInt64)
使用提供UInt64的值初始化 类的新实例UInt64Value。
public UInt64Value (ulong value);
new DocumentFormat.OpenXml.UInt64Value : uint64 -> DocumentFormat.OpenXml.UInt64Value
Public Sub New (value As ULong)