ActivityCodeGeneratorAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci ActivityCodeGeneratorAttribute třídy .
Přetížení
ActivityCodeGeneratorAttribute(String) |
Inicializuje novou instanci třídy ActivityCodeGeneratorAttribute a také inicializuje CodeGeneratorTypeName . |
ActivityCodeGeneratorAttribute(Type) |
Inicializuje novou instanci třídy ActivityCodeGeneratorAttribute z generátoru kódu Type . |
ActivityCodeGeneratorAttribute(String)
Inicializuje novou instanci třídy ActivityCodeGeneratorAttribute a také inicializuje 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
Zadaná hodnota pro CodeGeneratorTypeName .
Výjimky
codeGeneratorTypeName
je nulový odkaz ( Nothing
v Visual Basic).
Platí pro
ActivityCodeGeneratorAttribute(Type)
Inicializuje novou instanci třídy ActivityCodeGeneratorAttribute z generátoru kódu 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
Výjimky
codeGeneratorType
je nulový odkaz ( Nothing
v Visual Basic).
codeGeneratorType
není možné přiřadit k typu generátoru kódu nebo nemá žádný konstruktor bez parametrů.