DefaultTemplateEngineHost.ITemplateEngineHost.OnParameterError Method
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.
Caution
The method is deprecated.
C#
[System.Obsolete("The method is deprecated.")]
bool ITemplateEngineHost.OnParameterError (Microsoft.TemplateEngine.Abstractions.ITemplateParameter parameter, string receivedValue, string message, out string newValue);
[<System.Obsolete("The method is deprecated.")>]
abstract member Microsoft.TemplateEngine.Abstractions.ITemplateEngineHost.OnParameterError : Microsoft.TemplateEngine.Abstractions.ITemplateParameter * string * string * string -> bool
override this.Microsoft.TemplateEngine.Abstractions.ITemplateEngineHost.OnParameterError : Microsoft.TemplateEngine.Abstractions.ITemplateParameter * string * string * string -> bool
Function OnParameterError (parameter As ITemplateParameter, receivedValue As String, message As String, ByRef newValue As String) As Boolean Implements ITemplateEngineHost.OnParameterError
- parameter
- ITemplateParameter
- receivedValue
- String
- message
- String
- newValue
- String
- Attributes
Product | Versions (Obsolete) |
---|---|
Template Engine | (6.0.100, 7.0.100) |