ControllerGeneratorBase.ValidateAndGetOutputPath 方法

定義

protected:
 System::String ^ ValidateAndGetOutputPath(Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Controller::CommandLineGeneratorModel ^ generatorModel);
protected string ValidateAndGetOutputPath(Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel generatorModel);
override this.ValidateAndGetOutputPath : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel -> string
Protected Function ValidateAndGetOutputPath (generatorModel As CommandLineGeneratorModel) As String

參數

generatorModel
CommandLineGeneratorModel

傳回

適用於