Platform::Guid Class

0 out of 2 rated this helpful - Rate this topic

Represents a GUID type in the Windows Runtime type system.

public value struct Guid

Guid has the Equals(), GetHashCode(), and ToString() methods derived from the Platform::Object Class, and the GetTypeCode() method derived from the Platform::Type Class. Guid also has the following members.

Member

Description

Guid

Initializes a new instance of the Guid struct.

operator==

Equals operator.

operator!=

Not equals operator.

operator()

Converts a Guid to a GUID.

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: platform.winmd

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.