SupportedDirectiveAttribute Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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
- Наследование
-
SupportedDirectiveAttribute
- Атрибуты
Конструкторы
| SupportedDirectiveAttribute(String) |
Объявляет, что параметризованный процессор директив T4 поддерживает заданную директиву. |
Свойства
| SupportedDirectives |
Вклад в набор директив, поддерживаемых процессором. Это дополнительный параметр требуется платформе MEF для создания коллекции этого имени. |