Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.21 KB

File metadata and controls

47 lines (38 loc) · 1.21 KB
title Platform::Enum Class | Microsoft Docs
ms.custom
ms.date 12/30/2016
ms.technology cpp-windows
ms.reviewer
ms.suite
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
VCCORLIB/Platform::Enum
dev_langs
C++
helpviewer_keywords
Platform::Enum Struct
ms.assetid cf82f0eb-7a37-4e4e-bbe7-e4aebbc9ec0a
caps.latest.revision 5
author ghogen
ms.author ghogen
manager ghogen

Platform::Enum Class

A value class that represents a set of named constants.

Syntax

public class Enum  

Members

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

Remarks

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

Requirements

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: platform.winmd

See Also

Platform namespace