PropertyValue.CreateInt64Array(Int64[]) 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 integers.
public:
static Platform::Object ^ CreateInt64Array(Platform::Array <long long> ^ value);
static IInspectable CreateInt64Array(winrt::array_view <long> const& value);
public static object CreateInt64Array(long[] value);
function createInt64Array(value)
Public Shared Function CreateInt64Array (value As Long()) As Object
Parameters
- value
-
Int64[]
long long[]
long[]
The array to store in the property value.
Returns
The property value.