IDirectiveProcessor.IsDirectiveSupported メソッド
この DirectiveProcessor の一部のディレクティブをサポートします。
名前空間: Microsoft.VisualStudio.TextTemplating
アセンブリ: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll 内)
構文
'宣言
Function IsDirectiveSupported ( _
directiveName As String _
) As Boolean
bool IsDirectiveSupported(
string directiveName
)
bool IsDirectiveSupported(
String^ directiveName
)
abstract IsDirectiveSupported :
directiveName:string -> bool
function IsDirectiveSupported(
directiveName : String
) : boolean
パラメーター
- directiveName
型 : System.String
戻り値
型 : System.Boolean
Boolean を返します。
解説
この呼び出しは、ステート マシンに接続されていません。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。