Share via


PropertyValue.CreateTimeSpanArray(TimeSpan[]) Metodo

Definizione

Crea un valore della proprietà da una matrice di intervalli di tempo.

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

Parametri

value

TimeSpan[]

TimeSpan[]

Matrice da archiviare nel valore della proprietà.

Restituisce

Object

Platform::Object

IInspectable

Valore della proprietà.

Si applica a