IPropertyValue.GetInspectableArray(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.
Returns the array of inspectable objects stored as a property value.
void GetInspectableArray([Out] winrt::array_view <IInspectable const&> const& & value);
public void GetInspectableArray(out object[] value);
Public Sub GetInspectableArray (ByRef value As Object())
Parameters
- value
-
Object[]
IInspectable[]
The array of objects.