ActivityCollectionChangeAction 列挙型

定義

注意事項

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

通常、ActivityCollectionのすべての子アクティビティのコレクションを表す、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
継承
ActivityCollectionChangeAction
属性

フィールド

名前 説明
Add 0

Activityへの新しいActivityCollectionの追加に対応する列挙子。

Remove 1

ActivityからのActivityCollectionの削除に対応する列挙子。

Replace 2

Activity内のActivityCollectionの置換に対応する列挙子。

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

適用対象