PropertyValue.CreateUInt64(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The property value.