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.
An enumeration that describes valid publishing update modes.
public enum class UpdateMode
public enum class UpdateMode
enum UpdateMode
[System.Runtime.InteropServices.Guid("DEC16A2B-CD72-402e-B788-C56211DDAD81")]
[System.Serializable]
public enum UpdateMode
[<System.Runtime.InteropServices.Guid("DEC16A2B-CD72-402e-B788-C56211DDAD81")>]
[<System.Serializable>]
type UpdateMode =
Public Enum UpdateMode
- Inheritance
-
UpdateMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Foreground | 0 | Foreground |
Background | 1 | Background |