PageParserFilter.PreprocessDirective(String, IDictionary) 方法

定义

允许页分析器筛选器对页指令进行预处理。

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)

参数

directiveName
String

页指令。

attributes
IDictionary

从页分析的特性和值的集合。

注解

页面分析程序调用 PreprocessDirective 分析过程中遇到的每个指令的方法。

适用于