SupportedDirectiveAttribute(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 that the decorated T4 directive processor supports the given directive.
public:
SupportedDirectiveAttribute(System::String ^ supportedDirective);
public SupportedDirectiveAttribute (string supportedDirective);
new Microsoft.VisualStudio.TextTemplating.SupportedDirectiveAttribute : string -> Microsoft.VisualStudio.TextTemplating.SupportedDirectiveAttribute
Public Sub New (supportedDirective As String)
Parameters
- supportedDirective
- String
A directive the processor supports.