UInt32Value.FromUInt32(UInt32) 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 UInt32Value objet créé à partir d’une UInt32 valeur.
public static DocumentFormat.OpenXml.UInt32Value FromUInt32 (uint value);
static member FromUInt32 : uint32 -> DocumentFormat.OpenXml.UInt32Value
Public Shared Function FromUInt32 (value As UInteger) As UInt32Value
Paramètres
- value
- UInt32
Valeur UInt32 à utiliser pour créer un UInt32Value objet.
Retours
Classe UInt32Value qui correspond au paramètre value.