CommonCommandLineModel 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
| CommonCommandLineModel() | |
| CommonCommandLineModel(CommonCommandLineModel) |
CommonCommandLineModel()
protected:
CommonCommandLineModel();
protected CommonCommandLineModel ();
Protected Sub New ()
Applies to
CommonCommandLineModel(CommonCommandLineModel)
protected:
CommonCommandLineModel(Microsoft::VisualStudio::Web::CodeGenerators::Mvc::CommonCommandLineModel ^ copyFrom);
protected CommonCommandLineModel (Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel copyFrom);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel
Protected Sub New (copyFrom As CommonCommandLineModel)
Parameters
- copyFrom
- CommonCommandLineModel