Share via


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

Page 지시문입니다.

attributes
IDictionary

페이지에서 구문 분석된 특성 및 값의 컬렉션입니다.

설명

페이지 파서에서 호출을 PreprocessDirective 메서드 구문 분석 중 발생 하는 각 지시문에 대 한 합니다.

적용 대상