Partage via


PropertyValue.CreateUInt64(UInt64) Méthode

Définition

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

Object

Platform::Object

IInspectable

Valeur de la propriété.

S’applique à