ByteValue Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
public ByteValue (DocumentFormat.OpenXml.ByteValue source);
new DocumentFormat.OpenXml.ByteValue : DocumentFormat.OpenXml.ByteValue -> DocumentFormat.OpenXml.ByteValue
Public Sub New (source As ByteValue)