IDirectiveProcessor.ProcessDirective Method

Definition

Processes a directive from a template file.

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

Parameters

directiveName
String

Applies to