ParameterDirectiveProcessor.IsDirectiveSupported-Methode
Dieser Member überschreibt DirectiveProcessor.IsDirectiveSupported(String).
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.10.0 (in Microsoft.VisualStudio.TextTemplating.10.0.dll)
Syntax
'Declaration
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
Parameter
- directiveName
Typ: System.String
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.