IPropertyValue.GetSizeArray(Size[]) 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 size structures stored as a property value.
public:
void GetSizeArray([Out] Platform::Array <Size> ^ & value);
void GetSizeArray([Out] winrt::array_view <Size> const& & value);
public void GetSizeArray(out Size[] value);
Public Sub GetSizeArray (ByRef value As Size())
Parameters
- value
- Size[]
The array of structures.