CommandLineGeneratorModel 建構函式

定義

多載

CommandLineGeneratorModel()

來源:
CommandLineGeneratorModel.cs
來源:
CommandLineGeneratorModel.cs
public:
 CommandLineGeneratorModel();
public CommandLineGeneratorModel();
Public Sub New ()

適用於

CommandLineGeneratorModel(CommandLineGeneratorModel)

來源:
CommandLineGeneratorModel.cs
來源:
CommandLineGeneratorModel.cs
protected:
 CommandLineGeneratorModel(Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Controller::CommandLineGeneratorModel ^ copyFrom);
protected CommandLineGeneratorModel(Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel copyFrom);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel
Protected Sub New (copyFrom As CommandLineGeneratorModel)

參數

適用於