Partager via


ByteValue Constructeurs

Définition

Surcharges

ByteValue()

Initialise une nouvelle instance de la ByteValue classe .

ByteValue(ByteValue)

Initialise une nouvelle instance de la ByteValue classe en copiant en profondeur la classe fournieByteValue.

ByteValue(Byte)

Initialise une nouvelle instance de la classe à l’aide ByteValue de la valeur fournieByte.

ByteValue()

Initialise une nouvelle instance de la ByteValue classe .

public ByteValue ();
Public Sub New ()

S’applique à

ByteValue(ByteValue)

Initialise une nouvelle instance de la ByteValue classe en copiant en profondeur la classe fournieByteValue.

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

Paramètres

source
ByteValue

Classe source ByteValue .

S’applique à

ByteValue(Byte)

Initialise une nouvelle instance de la classe à l’aide ByteValue de la valeur fournieByte.

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

Paramètres

value
Byte

Valeur Byte .

S’applique à