Share via


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

屬性值。

適用於