ActivityCodeGeneratorAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ActivityCodeGeneratorAttribute.

Przeciążenia

ActivityCodeGeneratorAttribute(String)

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

ActivityCodeGeneratorAttribute(Type)

Inicjuje nowe wystąpienie ActivityCodeGeneratorAttribute klasy z generatora kodu Type .

ActivityCodeGeneratorAttribute(String)

Inicjuje nowe wystąpienie ActivityCodeGeneratorAttribute klasy , a także inicjuje klasę 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 CodeGeneratorTypeName .

Wyjątki

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

Dotyczy

ActivityCodeGeneratorAttribute(Type)

Inicjuje nowe wystąpienie ActivityCodeGeneratorAttribute klasy z generatora kodu 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)

Parametry

codeGeneratorType
Type

Do Type inicjowania wystąpienia z.

Wyjątki

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

codeGeneratorType nie można przypisać do typu generatora kodu lub nie ma konstruktora bez parametrów.

Dotyczy