PropertyValue.CreateGuidArray(Guid[]) 方法

定义

GUID数组创建属性值。

public:
 static Platform::Object ^ CreateGuidArray(Platform::Array <Platform::Guid> ^ value);
 static IInspectable CreateGuidArray(winrt::array_view <winrt::guid> const& value);
public static object CreateGuidArray(Guid[] value);
function createGuidArray(value)
Public Shared Function CreateGuidArray (value As Guid()) As Object

参数

value

Guid[]

Platform::Guid[]

winrt::guid[]

要存储在属性值中的数组。

返回

Object

Platform::Object

IInspectable

属性值。

适用于