Partager via


PropertyValue.CreateInt16Array(Int16[]) Méthode

Définition

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

public:
 static Platform::Object ^ CreateInt16Array(Platform::Array <short> ^ value);
 static IInspectable CreateInt16Array(winrt::array_view <short> const& value);
public static object CreateInt16Array(short[] value);
function createInt16Array(value)
Public Shared Function CreateInt16Array (value As Short()) As Object

Paramètres

value

Int16[]

short[]

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

Retours

Object

Platform::Object

IInspectable

Valeur de la propriété.

S’applique à