PropertyValue.CreateStringArray(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The property value.