DirectiveProcessorAttribute Class

Definition

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.

Applies to