DefaultTemplateEngineHost.OnParameterError 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.
public virtual bool OnParameterError(Microsoft.TemplateEngine.Abstractions.ITemplateParameter parameter, string receivedValue, string message, out string newValue);
public virtual bool OnParameterError(Microsoft.TemplateEngine.Abstractions.ITemplateParameter parameter, string receivedValue, string message, out string? newValue);
abstract member OnParameterError : Microsoft.TemplateEngine.Abstractions.ITemplateParameter * string * string * string -> bool
override this.OnParameterError : Microsoft.TemplateEngine.Abstractions.ITemplateParameter * string * string * string -> bool
Public Overridable Function OnParameterError (parameter As ITemplateParameter, receivedValue As String, message As String, ByRef newValue As String) As Boolean
Parameters
- parameter
- ITemplateParameter
- receivedValue
- String
- message
- String
- newValue
- String