IPropertyValue.GetUInt32Array(UInt32[]) 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 unsigned integer values stored as a property value.
void GetUInt32Array([Out] winrt::array_view <uint32_t> const& & value);
public void GetUInt32Array(out uint[] value);
Public Sub GetUInt32Array (ByRef value As UInteger())
Parameters
- value
-
UInt32[]
uint32_t[]
The array of values.