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

新しい ActivityActivityCollection に追加するための列挙子。

Remove 1

Activity から ActivityCollection を削除するための列挙子。

Replace 2

ActivityActivityCollection を置換するための列挙子。

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

適用対象