Partage via


PropertyValue.CreateInt32Array(Int32[]) Méthode

Définition

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

public:
 static Platform::Object ^ CreateInt32Array(Platform::Array <int> ^ value);
 static IInspectable CreateInt32Array(winrt::array_view <int> const& value);
public static object CreateInt32Array(int[] value);
function createInt32Array(value)
Public Shared Function CreateInt32Array (value As Integer()) As Object

Paramètres

value

Int32[]

int[]

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

Retours

Object

Platform::Object

IInspectable

Valeur de la propriété.

S’applique à