CommonGeneratorBase.ValidateAndGetOutputPath Method
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.
protected:
System::String ^ ValidateAndGetOutputPath(Microsoft::VisualStudio::Web::CodeGenerators::Mvc::CommonCommandLineModel ^ commandLineModel, System::String ^ outputFileName);
protected string ValidateAndGetOutputPath (Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel commandLineModel, string outputFileName);
member this.ValidateAndGetOutputPath : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel * string -> string
Protected Function ValidateAndGetOutputPath (commandLineModel As CommonCommandLineModel, outputFileName As String) As String
Parameters
- commandLineModel
- CommonCommandLineModel
- outputFileName
- String