UpdateMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the application checks for updates.
public enum class UpdateMode
[System.Runtime.InteropServices.ComVisible(false)]
public enum UpdateMode
[<System.Runtime.InteropServices.ComVisible(false)>]
type UpdateMode =
Public Enum UpdateMode
- Inheritance
-
UpdateMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Background | 0 | Check for updates in the background, after the application starts. |
Foreground | 1 | Check for updates in the foreground, before the application starts. |