DeprecationType 列挙型

定義

非推奨または削除として 非推奨 を示 します

public enum class DeprecationType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
enum class DeprecationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public enum DeprecationType
var value = Windows.Foundation.Metadata.DeprecationType.deprecate
Public Enum DeprecationType
継承
DeprecationType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.FoundationContract (v1.0 で導入)

フィールド

Deprecate 0

コンパイラやその他のツールは、エンティティを非推奨として扱う必要があります。 既定値です。

Remove 1

コンパイラやその他のツールは、エンティティを削除済みとして扱う必要があります。

適用対象

こちらもご覧ください