SupportedDirectiveAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |