ProjectInformationMessageHandler コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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)
パラメーター
- logger
- ILogger
適用対象
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)
パラメーター
- projectInformation
- IProjectContext
- logger
- ILogger