ITextTemplatingEngineHost.GetHostOption(String) 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.
Called by the Engine to ask for the value of a specified option. Return null if you do not know.
public:
System::Object ^ GetHostOption(System::String ^ optionName);
public object GetHostOption (string optionName);
abstract member GetHostOption : string -> obj
Public Function GetHostOption (optionName As String) As Object
Parameters
- optionName
- String
The name of an option.
Returns
Null to select the default value for this option. Otherwise, an appropriate value for the option.