ParameterDirectiveProcessor.IsDirectiveSupported 方法
這個成員會覆寫 DirectiveProcessor.IsDirectiveSupported(String)。
命名空間: Microsoft.VisualStudio.TextTemplating
組件: Microsoft.VisualStudio.TextTemplating.11.0 (在 Microsoft.VisualStudio.TextTemplating.11.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
參數
- directiveName
型別:System.String
傳回值
實作
IDirectiveProcessor.IsDirectiveSupported(String)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。