DirectiveProcessorAttribute(String) Constructor
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.
Declares the decorated type to be a T4 directive processor
public:
DirectiveProcessorAttribute(System::String ^ processorName);
public DirectiveProcessorAttribute (string processorName);
new Microsoft.VisualStudio.TextTemplating.DirectiveProcessorAttribute : string -> Microsoft.VisualStudio.TextTemplating.DirectiveProcessorAttribute
Public Sub New (processorName As String)
Parameters
- processorName
- String
The public name of the processor.