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


ParameterDirectiveProcessor.IsDirectiveSupported - метод

Этот член переопределяет DirectiveProcessor.IsDirectiveSupported(String).

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

Синтаксис

'Декларация
Public Overrides Function IsDirectiveSupported ( _
    directiveName As String _
) As Boolean
public override bool IsDirectiveSupported(
    string directiveName
)
public:
virtual bool IsDirectiveSupported(
    String^ directiveName
) override
abstract IsDirectiveSupported : 
        directiveName:string -> bool 
override IsDirectiveSupported : 
        directiveName:string -> bool 
public override function IsDirectiveSupported(
    directiveName : String
) : boolean

Параметры

Возвращаемое значение

Тип: System.Boolean

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

См. также

Ссылки

ParameterDirectiveProcessor Класс

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