Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.54 KB

override-specifiers-cpp-component-extensions.md

File metadata and controls

51 lines (30 loc) · 1.54 KB
description title ms.date ms.topic helpviewer_keywords ms.assetid
Learn more about: Override Specifiers (C++/CLI and C++/CX)
Override Specifiers (C++/CLI and C++/CX)
10/12/2018
reference
override specifiers, C++
override specifiers
155bbf6f-4722-4654-afb1-9cb52af799fb

Override Specifiers (C++/CLI and C++/CX)

Override specifiers modify how inherited types and members of inherited types behave in derived types.

All Runtimes

Remarks

For more information about override specifiers, see:

abstract and sealed are also valid on type declarations, where they do not act as override specifiers.

For information about explicitly overriding base class functions, see Explicit Overrides.

Windows Runtime

(There are no remarks for this language feature that apply to only the Windows Runtime.)

Requirements

Compiler option: /ZW

Common Language Runtime

(There are no remarks for this language feature that apply to only the common language runtime.)

Requirements

Compiler option: /clr

See also

Component Extensions for .NET and UWP