When overridden in a derived class, initializes a new instance of the DirectiveProcessor class.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating (in Microsoft.VisualStudio.TextTemplating.dll)
Syntax
'宣言
Protected Sub New
'使用
Dim instance As New DirectiveProcessor()
protected DirectiveProcessor()
protected:
DirectiveProcessor()
protected function DirectiveProcessor()
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
Directive Processors
Walkthrough: Creating a Custom Directive Processor