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

属性值。

适用于