IPropertyValue.GetStringArray(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.
Returns the array of string values stored as a property value.
void GetStringArray([Out] winrt::array_view <winrt::hstring const&> const& & value);
public void GetStringArray(out string[] value);
Public Sub GetStringArray (ByRef value As String())
Parameters
- value
-
String[]
winrt::hstring[]
The array of values.