PropertyValue.CreateUInt64(UInt64) 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 ^ CreateUInt64(unsigned long long value);
static IInspectable CreateUInt64(uint64_t const& value);
public static object CreateUInt64(ulong value);
function createUInt64(value)
Public Shared Function CreateUInt64 (value As ULong) As Object
Paramètres
- value
-
UInt64
unsigned long long
uint64_t
Valeur à stocker dans la valeur de propriété.
Retours
Valeur de la propriété.