Share via


ByteValue 构造函数

定义

重载

ByteValue()

初始化 类的新实例 ByteValue

ByteValue(ByteValue)

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

ByteValue(Byte)

使用提供Byte的值初始化 类的新实例ByteValue

ByteValue()

初始化 类的新实例 ByteValue

public ByteValue ();
Public Sub New ()

适用于

ByteValue(ByteValue)

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

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

参数

source
ByteValue

ByteValue 类。

适用于

ByteValue(Byte)

使用提供Byte的值初始化 类的新实例ByteValue

public ByteValue (byte value);
new DocumentFormat.OpenXml.ByteValue : byte -> DocumentFormat.OpenXml.ByteValue
Public Sub New (value As Byte)

参数

value
Byte

Byte

适用于