RequiresProvidesDirectiveProcessor.ProcessDirective 方法

定义

处理一个指令。

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> -> unit
Public Overrides Sub ProcessDirective (directiveName As String, arguments As IDictionary(Of String, String))

参数

directiveName
String

指令名称。

arguments
IDictionary<String,String>

指令参数。

适用于