Partager via


PropertyValue.CreateTimeSpanArray(TimeSpan[]) Méthode

Définition

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

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

Paramètres

value

TimeSpan[]

TimeSpan[]

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

Retours

Object

Platform::Object

IInspectable

Valeur de la propriété.

S’applique à