IPropertyValue.GetUInt64Array(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.
Returns the array of unsigned integer values stored as a property value.
void GetUInt64Array([Out] winrt::array_view <uint64_t> const& & value);
public void GetUInt64Array(out ulong[] value);
Public Sub GetUInt64Array (ByRef value As ULong())
Parameters
- value
-
UInt64[]
uint64_t[]
The array of values.