The ParserProvider to use to obtain the correct parser to parse the document.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual ParserProvider ParserProvider { get; set; }
Public Overridable Property ParserProvider As ParserProvider
public: virtual property ParserProvider^ ParserProvider { ParserProvider^ get (); void set (ParserProvider^ value); }
Remarks
If this property isn't set before the first use of this property, a default is assigned.