DeprecationType Enumeration

Indicates a deprecation as Deprecate or Remove.

Syntax

public enum class DeprecationType  

Members

Member Value Description
Deprecate Compilers and other tools should treat the entity as deprecated.
Remove Compilers and other tools should treat the entity as removed.

Requirements

Namespace: Windows.Foundation.Metadata

Metadata: windows.winmd

See also

Reference

Windows.Foundation.Metadata Namespace