CommonCommandLineModel 建構函式

定義

多載

CommonCommandLineModel()

來源:
CommonCommandLineModel.cs
來源:
CommonCommandLineModel.cs
protected:
 CommonCommandLineModel();
protected CommonCommandLineModel();
Protected Sub New ()

適用於

CommonCommandLineModel(CommonCommandLineModel)

來源:
CommonCommandLineModel.cs
來源:
CommonCommandLineModel.cs
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)

參數

適用於