PageParserFilter.PreprocessDirective(String, IDictionary) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Tillåter att sidparserfiltret förbearbetar siddirektiv.
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)
Parametrar
- directiveName
- String
Siddirektivet.
- attributes
- IDictionary
En samling attribut och värden som parsats från sidan.
Kommentarer
Sidparsern anropar PreprocessDirective metoden för varje direktiv som påträffades under parsningen.