IntegerValue.FromInt64(Int64) 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 un nouvel IntegerValue objet créé à partir d’une Int64 valeur.
public static DocumentFormat.OpenXml.IntegerValue FromInt64 (long value);
static member FromInt64 : int64 -> DocumentFormat.OpenXml.IntegerValue
Public Shared Function FromInt64 (value As Long) As IntegerValue
Paramètres
- value
- Int64
Valeur Int64 à utiliser pour créer un IntegerValue objet.
Retours
IntegerValue qui correspond au paramètre value.