PropertyValue.CreateInspectableArray(Object[]) 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 inspectable objects.
public:
static Platform::Object ^ CreateInspectableArray(Platform::Array <Platform::Object ^> ^ value);
static IInspectable CreateInspectableArray(winrt::array_view <IInspectable const&> const& value);
public static object CreateInspectableArray(object[] value);
function createInspectableArray(value)
Public Shared Function CreateInspectableArray (value As Object()) As Object
Parameters
- value
-
Object[]
Platform::Object[]
IInspectable[]
The array to store in the property value.
Returns
The property value.