ReadMeGenerator 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
ReadMeGenerator(Microsoft::VisualStudio::Web::CodeGeneration::ICodeGeneratorActionsService ^ codeGeneratorActionsService, Microsoft::VisualStudio::Web::CodeGeneration::IModelTypesLocator ^ modelTypesLocator, Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^ projectContext, Microsoft::VisualStudio::Web::CodeGeneration::DotNet::IApplicationInfo ^ applicationInfo);
public ReadMeGenerator(Microsoft.VisualStudio.Web.CodeGeneration.ICodeGeneratorActionsService codeGeneratorActionsService, Microsoft.VisualStudio.Web.CodeGeneration.IModelTypesLocator modelTypesLocator, Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext projectContext, Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo applicationInfo);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency.ReadMeGenerator : Microsoft.VisualStudio.Web.CodeGeneration.ICodeGeneratorActionsService * Microsoft.VisualStudio.Web.CodeGeneration.IModelTypesLocator * Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency.ReadMeGenerator
Public Sub New (codeGeneratorActionsService As ICodeGeneratorActionsService, modelTypesLocator As IModelTypesLocator, projectContext As IProjectContext, applicationInfo As IApplicationInfo)
參數
- codeGeneratorActionsService
- ICodeGeneratorActionsService
- modelTypesLocator
- IModelTypesLocator
- projectContext
- IProjectContext
- applicationInfo
- IApplicationInfo