次の方法で共有


PropertyValue.CreateGuidArray(Guid[]) メソッド

定義

GUIDの配列からプロパティ値を作成します。

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

パラメーター

value

Guid[]

Platform::Guid[]

winrt::guid[]

プロパティ値に格納する配列。

戻り値

Object

Platform::Object

IInspectable

プロパティ値。

適用対象