PropertyValue.CreateGuidArray(Guid[]) Method

Definition

Creates a property value from an array of GUIDs.

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

Parameters

value

Guid[]

Platform::Guid[]

winrt::guid[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to