CodeGenerationManager.GetCodeGenerators(Type) 方法
定义
获取包含与指定的 ActivityCodeGenerator 关联的每个 Type 的数组。Gets an array that contains each ActivityCodeGenerator associated with the specified 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()
参数
返回
包含与指定的 ActivityCodeGenerator 关联的每个 Type 的数组。An array that contains each ActivityCodeGenerator associated with the specified Type.