RequiresProvidesDirectiveProcessor.ProcessDirective(String, IDictionary<String,String>) Methode

Definition

Verarbeitet eine einzelne Direktive.

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))

Parameter

directiveName
String

Name der Direktive.

arguments
IDictionary<String,String>

Direktivenargumente.

Gilt für