Share via


PropertyValue.CreateTimeSpanArray(TimeSpan[]) 方法

定義

從時間間隔陣列建立屬性值。

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

參數

value

TimeSpan[]

TimeSpan[]

要儲存在 屬性值中的陣列。

傳回

Object

Platform::Object

IInspectable

屬性值。

適用於