PropertyValue.CreateUInt16(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.
Crée une valeur de propriété à partir d’un entier non signé.
public:
static Platform::Object ^ CreateUInt16(unsigned short value);
static IInspectable CreateUInt16(uint16_t const& value);
public static object CreateUInt16(ushort value);
function createUInt16(value)
Public Shared Function CreateUInt16 (value As UShort) As Object
Paramètres
- value
-
UInt16
unsigned short
uint16_t
Valeur à stocker dans la valeur de propriété.
Retours
Valeur de la propriété.