IDirectiveProcessor.ProcessDirective, méthode
Traite un fichier de directive à partir d'un modèle.
Espace de noms : Microsoft.VisualStudio.TextTemplating
Assembly : Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (dans Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntaxe
'Déclaration
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>
)
Paramètres
- directiveName
Type : System.String
- arguments
Type : System.Collections.Generic.IDictionary<String, String>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.