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