Partage via


PropertyValue.CreateGuid(Guid) Méthode

Définition

Crée une valeur de propriété à partir d’un GUID.

public:
 static Platform::Object ^ CreateGuid(Platform::Guid value);
 static IInspectable CreateGuid(winrt::guid const& value);
public static object CreateGuid(Guid value);
function createGuid(value)
Public Shared Function CreateGuid (value As Guid) As Object

Paramètres

value
Guid

Platform::Guid

winrt::guid

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

Retours

Object

Platform::Object

IInspectable

Valeur de la propriété.

S’applique à