PropertyValue.CreateGuid(Guid) 方法

定义

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

参数

value
Guid

Platform::Guid

winrt::guid

要存储在属性值中的值。

返回

Object

Platform::Object

IInspectable

属性值。

适用于