ActivityCodeGeneratorAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
codeGeneratorTypeName
jest 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
Wyjątki
codeGeneratorType
jest 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.