IntegerValue 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
IntegerValue() |
Initialise une nouvelle instance de la IntegerValue classe . |
IntegerValue(IntegerValue) |
Initialise une nouvelle instance de la IntegerValue classe en copiant en profondeur la classe fournieIntegerValue. |
IntegerValue(Int64) |
Initialise une nouvelle instance de la classe à l’aide IntegerValue de la valeur fournieInt64. |
IntegerValue()
Initialise une nouvelle instance de la IntegerValue classe .
public IntegerValue ();
Public Sub New ()
S’applique à
IntegerValue(IntegerValue)
Initialise une nouvelle instance de la IntegerValue classe en copiant en profondeur la classe fournieIntegerValue.
public IntegerValue (DocumentFormat.OpenXml.IntegerValue source);
new DocumentFormat.OpenXml.IntegerValue : DocumentFormat.OpenXml.IntegerValue -> DocumentFormat.OpenXml.IntegerValue
Public Sub New (source As IntegerValue)
Paramètres
- source
- IntegerValue
Classe source IntegerValue .
S’applique à
IntegerValue(Int64)
Initialise une nouvelle instance de la classe à l’aide IntegerValue de la valeur fournieInt64.
public IntegerValue (long value);
new DocumentFormat.OpenXml.IntegerValue : int64 -> DocumentFormat.OpenXml.IntegerValue
Public Sub New (value As Long)