ParameterDirectiveProcessor.ProcessDirective Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process a directive from a template file
public:
 override void ProcessDirective(System::String ^ directiveName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ arguments);public override void ProcessDirective(string directiveName, System.Collections.Generic.IDictionary<string,string> arguments);override this.ProcessDirective : string * System.Collections.Generic.IDictionary<string, string> -> unitPublic Overrides Sub ProcessDirective (directiveName As String, arguments As IDictionary(Of String, String))Parameters
- directiveName
- String
- arguments
- IDictionary<String,String>