ProjectInformationMessageHandler Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| 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)
Parâmetros
- logger
- ILogger
Aplica-se a
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)
Parâmetros
- projectInformation
- IProjectContext
- logger
- ILogger