Freigeben über


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

.NET Framework-Sicherheit

Siehe auch

Referenz

IDirectiveProcessor Schnittstelle

Microsoft.VisualStudio.TextTemplating-Namespace