ITextTemplatingEngineHost.ResolveParameterValue 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.
Resolves the value of a parameter for a directive processor if the parameter is not specified in the template text.
public:
System::String ^ ResolveParameterValue(System::String ^ directiveId, System::String ^ processorName, System::String ^ parameterName);
public string ResolveParameterValue (string directiveId, string processorName, string parameterName);
abstract member ResolveParameterValue : string * string * string -> string
Public Function ResolveParameterValue (directiveId As String, processorName As String, parameterName As String) As String
Parameters
- directiveId
- String
The ID of the directive call to which the parameter belongs. This ID disambiguates repeated calls to the same directive from the same text template.
- processorName
- String
The name of the directive processor to which the directive belongs.
- parameterName
- String
The name of the parameter to be resolved.
Returns
A String that represents the resolved parameter value.