UInt64Value 构造函数

定义

重载

UInt64Value()

初始化 类的新实例 UInt64Value

UInt64Value(UInt64Value)

通过深层复制 UInt64Value 类来初始化 类的新实例UInt64Value

UInt64Value(UInt64)

使用提供UInt64的值初始化 类的新实例UInt64Value

UInt64Value()

初始化 类的新实例 UInt64Value

public UInt64Value ();
Public Sub New ()

适用于

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)

参数

value
UInt64

UInt64

适用于