ITextTemplatingEngineHost.ResolveDirectiveProcessor(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.
Returns the type of a directive processor, given its friendly name.
public:
Type ^ ResolveDirectiveProcessor(System::String ^ processorName);
public Type ResolveDirectiveProcessor (string processorName);
abstract member ResolveDirectiveProcessor : string -> Type
Public Function ResolveDirectiveProcessor (processorName As String) As Type
Parameters
- processorName
- String
The name of the directive processor to be resolved.
Returns
The Type of the directive processor.