ActivityCodeGeneratorAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ActivityCodeGeneratorAttribute.

Przeciążenia

Nazwa Opis
ActivityCodeGeneratorAttribute(String)

Inicjuje ActivityCodeGeneratorAttribute nowe wystąpienie klasy, a także inicjuje element CodeGeneratorTypeName.

ActivityCodeGeneratorAttribute(Type)

Inicjuje nowe wystąpienie ActivityCodeGeneratorAttribute klasy z generatora Typekodu .

ActivityCodeGeneratorAttribute(String)

Inicjuje ActivityCodeGeneratorAttribute nowe wystąpienie klasy, a także inicjuje element 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)

Parametry

codeGeneratorTypeName
String

Określona wartość dla CodeGeneratorTypeNameelementu .

Wyjątki

codeGeneratorTypeName jest odwołaniem o wartości null (Nothing w Visual Basic).

Dotyczy

ActivityCodeGeneratorAttribute(Type)

Inicjuje nowe wystąpienie ActivityCodeGeneratorAttribute klasy z generatora Typekodu .

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)

Parametry

codeGeneratorType
Type

Element Type do inicjowania wystąpienia z.

Wyjątki

codeGeneratorType jest odwołaniem o wartości null (Nothing w Visual Basic).

codeGeneratorType nie jest przypisywany do typu generatora kodu lub nie ma konstruktora bez parametrów.

Dotyczy