DirectiveProcessorAttribute Class
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.
public ref class DirectiveProcessorAttribute sealed : System::ComponentModel::Composition::ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class DirectiveProcessorAttribute : System.ComponentModel.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type DirectiveProcessorAttribute = class
inherit ExportAttribute
Public NotInheritable Class DirectiveProcessorAttribute
Inherits ExportAttribute
- Inheritance
-
DirectiveProcessorAttribute
- Attributes
Constructors
DirectiveProcessorAttribute(String) |
Declares the decorated type to be a T4 directive processor |
Properties
ProcessorName |
The public name of the processor. |