PropertyValue.CreateGuid(Guid) Method

Definition

Creates a property value from a 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

Parameters

value
Guid

Platform::Guid

winrt::guid

The value to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to