DirectiveProcessor.ProcessDirective(String, IDictionary<String,String>) Méthode

Définition

Traite une directive à partir d'un fichier modèle

public:
 abstract void ProcessDirective(System::String ^ directiveName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ arguments);
public abstract void ProcessDirective (string directiveName, System.Collections.Generic.IDictionary<string,string> arguments);
abstract member ProcessDirective : string * System.Collections.Generic.IDictionary<string, string> -> unit
Public MustOverride Sub ProcessDirective (directiveName As String, arguments As IDictionary(Of String, String))

Paramètres

directiveName
String

Implémente

S’applique à