ProjectInformationMessageHandler Constructors
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.
Overloads
| ProjectInformationMessageHandler(ILogger) | |
| ProjectInformationMessageHandler(IProjectContext, ILogger) |
ProjectInformationMessageHandler(ILogger)
public:
ProjectInformationMessageHandler(Microsoft::VisualStudio::Web::CodeGeneration::ILogger ^ logger);
public ProjectInformationMessageHandler (Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger);
new Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.ProjectInformationMessageHandler : Microsoft.VisualStudio.Web.CodeGeneration.ILogger -> Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.ProjectInformationMessageHandler
Public Sub New (logger As ILogger)
Parameters
- logger
- ILogger
Applies to
ProjectInformationMessageHandler(IProjectContext, ILogger)
public:
ProjectInformationMessageHandler(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^ projectInformation, Microsoft::VisualStudio::Web::CodeGeneration::ILogger ^ logger);
public ProjectInformationMessageHandler (Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext projectInformation, Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger);
new Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.ProjectInformationMessageHandler : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * Microsoft.VisualStudio.Web.CodeGeneration.ILogger -> Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.ProjectInformationMessageHandler
Public Sub New (projectInformation As IProjectContext, logger As ILogger)
Parameters
- projectInformation
- IProjectContext
- logger
- ILogger