AutoUpdateSetting 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AppInstallManager クラスの AutoUpdateSetting プロパティによって返されるアプリの自動更新設定値を定義します。
public enum class AutoUpdateSetting
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutoUpdateSetting
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutoUpdateSetting
var value = Windows.ApplicationModel.Store.Preview.InstallControl.AutoUpdateSetting.disabled
Public Enum AutoUpdateSetting
- 継承
-
AutoUpdateSetting
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
アプリの機能 |
runFullTrust
|
フィールド
Disabled | 0 | アプリの自動更新は、ユーザーによって無効になります。 |
DisabledByPolicy | 2 | アプリの自動更新はポリシーによって無効になります。 |
Enabled | 1 | アプリの自動更新は、ユーザーによって有効になります。 |
EnabledByPolicy | 3 | アプリの自動更新はポリシーによって有効になります。 |