UInt32Value 构造函数

定义

重载

UInt32Value()

初始化 类的新实例 UInt32Value

UInt32Value(UInt32Value)

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

UInt32Value(UInt32)

使用提供UInt32的值初始化 类的新实例UInt32Value

UInt32Value()

初始化 类的新实例 UInt32Value

public UInt32Value ();
Public Sub New ()

适用于

UInt32Value(UInt32Value)

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

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

参数

source
UInt32Value

UInt32Value 类。

适用于

UInt32Value(UInt32)

使用提供UInt32的值初始化 类的新实例UInt32Value

public UInt32Value (uint value);
new DocumentFormat.OpenXml.UInt32Value : uint32 -> DocumentFormat.OpenXml.UInt32Value
Public Sub New (value As UInteger)

参数

value
UInt32

UInt32

适用于