IDirectiveProcessor.ProcessDirective-Methode
Verarbeitet eine Direktive in einer Vorlagendatei.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntax
'Declaration
Sub ProcessDirective ( _
directiveName As String, _
arguments As IDictionary(Of String, String) _
)
void ProcessDirective(
string directiveName,
IDictionary<string, string> arguments
)
void ProcessDirective(
String^ directiveName,
IDictionary<String^, String^>^ arguments
)
abstract ProcessDirective :
directiveName:string *
arguments:IDictionary<string, string> -> unit
function ProcessDirective(
directiveName : String,
arguments : IDictionary<String, String>
)
Parameter
- directiveName
Typ: System.String
- arguments
Typ: System.Collections.Generic.IDictionary<String, String>
.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.