IPropertyValue.GetGuidArray(Guid[]) 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.
void GetGuidArray([Out] winrt::array_view <winrt::guid> const& & value);
public void GetGuidArray(out Guid[] value);
Public Sub GetGuidArray (ByRef value As Guid())
Parameters
- value
-
Guid[]
winrt::guid[]
The array of values.