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 -> TypePublic Function ResolveDirectiveProcessor (processorName As String) As TypeParameters
- processorName
- String
The name of the directive processor to be resolved.
Returns
The Type of the directive processor.