CompositeActivityCodeGenerator クラス

定義

注意事項

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

複合アクティビティに関連付けることができるコード ジェネレーター コンポーネントの基本クラス。

public ref class CompositeActivityCodeGenerator : System::Workflow::ComponentModel::Compiler::ActivityCodeGenerator
public class CompositeActivityCodeGenerator : System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class CompositeActivityCodeGenerator : System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator
type CompositeActivityCodeGenerator = class
    inherit ActivityCodeGenerator
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type CompositeActivityCodeGenerator = class
    inherit ActivityCodeGenerator
Public Class CompositeActivityCodeGenerator
Inherits ActivityCodeGenerator
継承
CompositeActivityCodeGenerator
属性

注釈

Note

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

複合アクティビティ コード ジェネレーター コンポーネントの基本クラス。

コンストラクター

名前 説明
CompositeActivityCodeGenerator()
古い.

CompositeActivityCodeGenerator クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GenerateCode(CodeGenerationManager, Object)
古い.

特定のObjectを使用して、指定したCodeGenerationManagerのコードを生成します。

GetCodeTypeDeclaration(CodeGenerationManager, String)
古い.

現在コンパイル中のワークフローのコード型宣言を返します。

(継承元 ActivityCodeGenerator)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象