Freigeben über


PropertyValue.CreateTimeSpanArray(TimeSpan[]) Methode

Definition

Erstellt einen Eigenschaftswert aus einem Array von Zeitintervallen.

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

Parameter

value

TimeSpan[]

TimeSpan[]

Das Array, das im Eigenschaftswert gespeichert werden soll.

Gibt zurück

Object

Platform::Object

IInspectable

Der Eigenschaftswert.

Gilt für: