CodeGenerationManager.GetCodeGenerators(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會得到一個陣列,包含與 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()
參數
傳回
一個陣列,包含與 ActivityCodeGenerator 指定 Type的 所有相關聯 。