ActivityCodeGeneratorAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ActivityCodeGeneratorAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
ActivityCodeGeneratorAttribute(String) |
ActivityCodeGeneratorAttribute クラスの新しいインスタンスを初期化します。その過程で CodeGeneratorTypeName も初期化します。 |
ActivityCodeGeneratorAttribute(Type) |
ActivityCodeGeneratorAttribute クラスの新しいインスタンスを初期化します。コード ジェネレーター Type を引数として指定します。 |
ActivityCodeGeneratorAttribute(String)
ActivityCodeGeneratorAttribute クラスの新しいインスタンスを初期化します。その過程で CodeGeneratorTypeName も初期化します。
public:
ActivityCodeGeneratorAttribute(System::String ^ codeGeneratorTypeName);
public ActivityCodeGeneratorAttribute (string codeGeneratorTypeName);
new System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute : string -> System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute
Public Sub New (codeGeneratorTypeName As String)
パラメーター
- codeGeneratorTypeName
- String
CodeGeneratorTypeName として指定した値。
例外
codeGeneratorTypeName
が null 参照 (Visual Basic の場合は Nothing
) です。
適用対象
ActivityCodeGeneratorAttribute(Type)
ActivityCodeGeneratorAttribute クラスの新しいインスタンスを初期化します。コード ジェネレーター Type を引数として指定します。
public:
ActivityCodeGeneratorAttribute(Type ^ codeGeneratorType);
public ActivityCodeGeneratorAttribute (Type codeGeneratorType);
new System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute : Type -> System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute
Public Sub New (codeGeneratorType As Type)
パラメーター
例外
codeGeneratorType
が null 参照 (Visual Basic の場合は Nothing
) です。
codeGeneratorType
がコード ジェネレーターの型に割り当てられていない、またはパラメーターなしのコンストラクターがありません。