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