CppCodeGeneratorBase.EKeyword Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Keyword enumeration.

Namespace:  Microsoft.VisualC
Assembly:  CppCodeProvider (in CppCodeProvider.dll)

Syntax

'Declaration
Protected Enumeration EKeyword
'Usage
Dim instance As CppCodeGeneratorBase.EKeyword
protected enum EKeyword
protected enum class EKeyword
protected enum EKeyword
type EKeyword

Members

Member name Description
GC gc keyword
NEW new keyword
POINTER pointer keyword
VALUE value keyword
SEALED sealed keyword
ABSTRACT abstract keyword
DELEGATE delegate keyword
EVENT event keyword
TYPEOF typeof keyword
INTERFACE interface keyword
FINALLY finally keyword

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

See Also

Reference

Microsoft.VisualC Namespace