ActivityCodeGeneratorAttribute 构造函数

定义

初始化 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 为空引用(在 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
Type

从其初始化该实例的 Type

例外

codeGeneratorType 为空引用(在 Visual Basic 中为 Nothing)。

codeGeneratorType 不能分配给代码生成器的类型,或者没有无参数构造函数。

适用于