CodeGenerationManager.GetCodeGenerators(Type) Metodo

Definizione

Ottiene una matrice che contiene ogni ActivityCodeGenerator oggetto associato all'oggetto specificato Type.

public:
 cli::array <System::Workflow::ComponentModel::Compiler::ActivityCodeGenerator ^> ^ GetCodeGenerators(Type ^ type);
public System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator[] GetCodeGenerators(Type type);
member this.GetCodeGenerators : Type -> System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator[]
Public Function GetCodeGenerators (type As Type) As ActivityCodeGenerator()

Parametri

type
Type

Obbligatorio Type .

Valori restituiti

Matrice che contiene ogni ActivityCodeGenerator oggetto associato all'oggetto specificato Type.

Si applica a