SupportedDirectiveAttribute Classe

Definição

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
Herança
SupportedDirectiveAttribute
Atributos

Construtores

SupportedDirectiveAttribute(String)

Declara que o processador de diretiva T4 decorado dá suporte à diretiva fornecida.

Propriedades

SupportedDirectives

Contribuição para o conjunto de diretivas com suporte pelo processador. Essa propriedade extra é exigida pelo MEF para criar uma coleção desse nome.

Aplica-se a