Platform::Enum Class

0 out of 2 rated this helpful - Rate this topic

A value class that represents a set of named constants.

public class Enum

The Enum class inherits the Equals(), GetHashCode(), and ToString() methods from the Platform::Object Class.

Use the public enum class keyword to create enumerations. Do not use the Platform::Enum type explicitly. For more information, see Enums (C++/CX).

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.