ActivityCollectionChangeAction Výčet

Definice

Upozornění

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Představuje výčet povolených akcí, které mohou být provedeny na ActivityCollection, což obvykle představuje kolekci všech podřízených aktivit CompositeActivity.

public enum class ActivityCollectionChangeAction
public enum ActivityCollectionChangeAction
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum ActivityCollectionChangeAction
type ActivityCollectionChangeAction = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityCollectionChangeAction = 
Public Enum ActivityCollectionChangeAction
Dědičnost
ActivityCollectionChangeAction
Atributy

Pole

Name Hodnota Description
Add 0

Enumerátor odpovídající přidání nového Activity do objektu ActivityCollection.

Remove 1

Enumerátor odpovídající odebrání z Activity objektu ActivityCollection.

Replace 2

Enumerátor odpovídající nahrazení v objektu ActivityActivityCollection.

Poznámky

Note

Tento materiál popisuje typy a obory názvů, které jsou zastaralé. Další informace najdete v tématu Deprecated Types in Windows Workflow Foundation 4.5.

Platí pro