共用方式為


ByteValue Constructors

Definition

Overloads

ByteValue()

Initializes a new instance of the ByteValue class.

ByteValue(ByteValue)

Initializes a new instance of the ByteValue class by deep copying the supplied ByteValue class.

ByteValue(Byte)

Initializes a new instance of the ByteValue class using the supplied Byte value.

ByteValue()

Initializes a new instance of the ByteValue class.

public ByteValue ();
Public Sub New ()

Applies to

ByteValue(ByteValue)

Initializes a new instance of the ByteValue class by deep copying the supplied ByteValue class.

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

Parameters

source
ByteValue

The source ByteValue class.

Applies to

ByteValue(Byte)

Initializes a new instance of the ByteValue class using the supplied Byte value.

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

Parameters

value
Byte

The Byte value.

Applies to