CodeGenerationManager.GetCodeGenerators(Type) Метод

Определение

Возвращает массив, содержащий все объекты ActivityCodeGenerator, связанные с заданным типом 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()

Параметры

type
Type

Требуемый тип Type.

Возвращаемое значение

ActivityCodeGenerator[]

Массив, содержащий все объекты ActivityCodeGenerator, связанные с заданным типом Type.

Применяется к