Поделиться через


SupportedDirectiveAttribute - конструктор

Объявляет, что украшенный процессор директив T4 поддерживает данной директивы.

Пространство имен:  Microsoft.VisualStudio.TextTemplating
Сборка:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (в Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Синтаксис

'Декларация
Public Sub New ( _
    supportedDirective As String _
)
public SupportedDirectiveAttribute(
    string supportedDirective
)
public:
SupportedDirectiveAttribute(
    String^ supportedDirective
)
new : 
        supportedDirective:string -> SupportedDirectiveAttribute
public function SupportedDirectiveAttribute(
    supportedDirective : String
)

Параметры

  • supportedDirective
    Тип: System.String
    Директива поддержки процессора.

Безопасность платформы .NET Framework

См. также

Ссылки

SupportedDirectiveAttribute Класс

Microsoft.VisualStudio.TextTemplating - пространство имен