Partager via


PropertyValue.CreateInt64Array(Int64[]) Méthode

Définition

Crée une valeur de propriété à partir d’un tableau d’entiers.

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

Paramètres

value

Int64[]

long long[]

long[]

Tableau à stocker dans la valeur de propriété.

Retours

Object

Platform::Object

IInspectable

Valeur de la propriété.

S’applique à