IntegerValue.ToInt64(IntegerValue) Méthode
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.
Retourne la Int64 représentation d’un IntegerValue objet .
public static long ToInt64 (DocumentFormat.OpenXml.IntegerValue xmlAttribute);
public static long ToInt64 (DocumentFormat.OpenXml.IntegerValue value);
static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64
static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64
Public Shared Function ToInt64 (xmlAttribute As IntegerValue) As Long
Public Shared Function ToInt64 (value As IntegerValue) As Long
Paramètres
- xmlAttributevalue
- IntegerValue
Retours
Valeur Int64 qui représente un IntegerValue objet.