PropertyValue.CreateStringArray(String[]) Method

Definition

Creates a property value from an array of strings.

public:
 static Platform::Object ^ CreateStringArray(Platform::Array <Platform::String ^> ^ value);
 static IInspectable CreateStringArray(winrt::array_view <winrt::hstring const&> const& value);
public static object CreateStringArray(string[] value);
function createStringArray(value)
Public Shared Function CreateStringArray (value As String()) As Object

Parameters

value

String[]

Platform::String[]

winrt::hstring[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to