MvcLayoutDependencyInstaller 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:
MvcLayoutDependencyInstaller(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^ projectContext, Microsoft::VisualStudio::Web::CodeGeneration::DotNet::IApplicationInfo ^ applicationInfo, Microsoft::VisualStudio::Web::CodeGeneration::ILogger ^ logger, Microsoft::VisualStudio::Web::CodeGeneration::IPackageInstaller ^ packageInstaller, IServiceProvider ^ serviceProvider);
public MvcLayoutDependencyInstaller (Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext projectContext, Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo applicationInfo, Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger, Microsoft.VisualStudio.Web.CodeGeneration.IPackageInstaller packageInstaller, IServiceProvider serviceProvider);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency.MvcLayoutDependencyInstaller : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo * Microsoft.VisualStudio.Web.CodeGeneration.ILogger * Microsoft.VisualStudio.Web.CodeGeneration.IPackageInstaller * IServiceProvider -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency.MvcLayoutDependencyInstaller
Public Sub New (projectContext As IProjectContext, applicationInfo As IApplicationInfo, logger As ILogger, packageInstaller As IPackageInstaller, serviceProvider As IServiceProvider)
Parameters
- projectContext
- IProjectContext
- applicationInfo
- IApplicationInfo
- logger
- ILogger
- packageInstaller
- IPackageInstaller
- serviceProvider
- IServiceProvider