UInt16Value.FromUInt16(UInt16) 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 UInt16Value objet créé à partir d’une UInt16 valeur.
public static DocumentFormat.OpenXml.UInt16Value FromUInt16 (ushort value);
static member FromUInt16 : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Shared Function FromUInt16 (value As UShort) As UInt16Value
Paramètres
- value
- UInt16
Valeur UInt16 à utiliser pour créer un UInt16Value objet.
Retours
UInt16Value qui correspond au paramètre value.