Condividi tramite


PropertyValue.CreateSizeArray(Size[]) Metodo

Definizione

Crea un valore della proprietà da una matrice di strutture di dimensioni.

public:
 static Platform::Object ^ CreateSizeArray(Platform::Array <Size> ^ value);
 static IInspectable CreateSizeArray(winrt::array_view <Size> const& value);
public static object CreateSizeArray(Size[] value);
function createSizeArray(value)
Public Shared Function CreateSizeArray (value As Size()) As Object

Parametri

value
Size[]

Matrice da archiviare nel valore della proprietà.

Restituisce

Object

Platform::Object

IInspectable

Valore della proprietà.

Si applica a