CodeGenCommand(ILogger, ICodeGeneratorLocator) 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:
CodeGenCommand(Microsoft::VisualStudio::Web::CodeGeneration::ILogger ^ logger, Microsoft::VisualStudio::Web::CodeGeneration::ICodeGeneratorLocator ^ locator);
public CodeGenCommand (Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger, Microsoft.VisualStudio.Web.CodeGeneration.ICodeGeneratorLocator locator);
new Microsoft.VisualStudio.Web.CodeGeneration.CodeGenCommand : Microsoft.VisualStudio.Web.CodeGeneration.ILogger * Microsoft.VisualStudio.Web.CodeGeneration.ICodeGeneratorLocator -> Microsoft.VisualStudio.Web.CodeGeneration.CodeGenCommand
Public Sub New (logger As ILogger, locator As ICodeGeneratorLocator)
Parameters
- logger
- ILogger
- locator
- ICodeGeneratorLocator