DirectiveProcessor Constructor

When overridden in a derived class, initializes a new instance of the DirectiveProcessor class.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.11.0 (in Microsoft.VisualStudio.TextTemplating.11.0.dll)

Syntax

'Declaration
Protected Sub New
protected DirectiveProcessor()
protected:
DirectiveProcessor()
new : unit -> DirectiveProcessor
protected function DirectiveProcessor()

.NET Framework Security

See Also

Reference

DirectiveProcessor Class

Microsoft.VisualStudio.TextTemplating Namespace

Other Resources

Creating Custom T4 Text Template Directive Processors

Walkthrough: Creating a Custom Directive Processor