SupportedDirectiveAttribute Class

Definition

public ref class SupportedDirectiveAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class SupportedDirectiveAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type SupportedDirectiveAttribute = class
    inherit Attribute
Public NotInheritable Class SupportedDirectiveAttribute
Inherits Attribute
Inheritance
SupportedDirectiveAttribute
Attributes

Constructors

SupportedDirectiveAttribute(String)

Declares that the decorated T4 directive processor supports the given directive.

Properties

SupportedDirectives

Contribution to the set of directives supported by the processor. This extra property is required by MEF to build a collection of this name.

Applies to