TaskUILifetimeHint Enum

Definition

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

RecreationExpensive 0

Recreating the user interface is expensive.

RecreationInexpensive 1

Recreating the user interface is not expensive.

Applies to