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

속성 값입니다.

적용 대상