PlatformDataCollectionLevel 列挙型

定義

診断データ収集レベルを指定します。

public enum class PlatformDataCollectionLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class PlatformDataCollectionLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum PlatformDataCollectionLevel
var value = Windows.System.Profile.PlatformDataCollectionLevel.security
Public Enum PlatformDataCollectionLevel
継承
PlatformDataCollectionLevel
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)

フィールド

Basic 1

基本的なデータ

Enhanced 2

拡張データ

Full 3

すべてのデータ

Security 0

セキュリティ データ

適用対象