Share via


PageParserFilter.PreprocessDirective(String, IDictionary) Methode

Definition

Erlaubt dem Seitenparserfilter die Vorverarbeitung von Seitendirektiven.

public:
 virtual void PreprocessDirective(System::String ^ directiveName, System::Collections::IDictionary ^ attributes);
public virtual void PreprocessDirective (string directiveName, System.Collections.IDictionary attributes);
abstract member PreprocessDirective : string * System.Collections.IDictionary -> unit
override this.PreprocessDirective : string * System.Collections.IDictionary -> unit
Public Overridable Sub PreprocessDirective (directiveName As String, attributes As IDictionary)

Parameter

directiveName
String

Die Seitendirektive.

attributes
IDictionary

Eine aus der Seite ausgelesene Auflistung von Attributen und Werten.

Hinweise

Der Seitenparser ruft die PreprocessDirective -Methode für jede Direktive auf, die während der Analyse gefunden wird.

Gilt für: