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