PropertyValue.CreateUInt32(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.
Crée une valeur de propriété à partir d’un entier non signé.
public:
static Platform::Object ^ CreateUInt32(unsigned int value);
static IInspectable CreateUInt32(uint32_t const& value);
public static object CreateUInt32(uint value);
function createUInt32(value)
Public Shared Function CreateUInt32 (value As UInteger) As Object
Paramètres
- value
-
UInt32
unsigned int
uint32_t
Valeur à stocker dans la valeur de propriété.
Retours
Valeur de la propriété.