DeprecationType DeprecationType DeprecationType DeprecationType Enum

Definition

Indicates a deprecation as Deprecate or Remove.

public : enum class DeprecationTypepublic enum DeprecationTypePublic Enum DeprecationType// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduced v1)

Fields

Deprecate Deprecate Deprecate Deprecate

Compilers and other tools should treat the entity as deprecated. This is the default.

Remove Remove Remove Remove

Compilers and other tools should treat the entity as removed.