PropertyValue.CreateUInt64(UInt64) Method

Definition

Creates a property value from an unsigned integer.

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

Parameters

value
UInt64

unsigned long long

uint64_t

The value to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to