Partage via


PropertyValue.CreateGuidArray(Guid[]) Méthode

Définition

Crée une valeur de propriété à partir d’un tableau de 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

Paramètres

value

Guid[]

Platform::Guid[]

winrt::guid[]

Tableau à stocker dans la valeur de propriété.

Retours

Object

Platform::Object

IInspectable

Valeur de la propriété.

S’applique à