TaskUILifetimeHint 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.
Provides information about how expensive it is to recreate the user interface for a task. The lifetime hint enumeration is used as an attribute on a task.
public enum class TaskUILifetimeHint
public enum TaskUILifetimeHint
type TaskUILifetimeHint =
Public Enum TaskUILifetimeHint
- Inheritance
-
TaskUILifetimeHint
Fields
Name | Value | Description |
---|---|---|
RecreationExpensive | 0 | Recreating the user interface is expensive. |
RecreationInexpensive | 1 | Recreating the user interface is not expensive. |