PropertyValue.CreateUInt64Array(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 array of unsigned integers.
public:
static Platform::Object ^ CreateUInt64Array(Platform::Array <unsigned long long> ^ value);
static IInspectable CreateUInt64Array(winrt::array_view <uint64_t> const& value);
public static object CreateUInt64Array(ulong[] value);
function createUInt64Array(value)
Public Shared Function CreateUInt64Array (value As ULong()) As Object
Parameters
- value
-
UInt64[]
unsigned long long[]
uint64_t[]
The array to store in the property value.
Returns
The property value.