ReadMeGenerator Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- codeGeneratorActionsService
- ICodeGeneratorActionsService
- modelTypesLocator
- IModelTypesLocator
- projectContext
- IProjectContext
- applicationInfo
- IApplicationInfo