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