Freigeben über


PropertyValue.CreateGuidArray(Guid[]) Methode

Definition

Erstellt einen Eigenschaftswert aus einem Array von 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

Parameter

value

Guid[]

Platform::Guid[]

winrt::guid[]

Das Array, das im Eigenschaftswert gespeichert werden soll.

Gibt zurück

Object

Platform::Object

IInspectable

Der Eigenschaftswert.

Gilt für: