次の方法で共有


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

プロパティ値。

適用対象