ParserContext Constructors

Definition

Initializes a new instance of the ParserContext class.

Overloads

ParserContext()

Initializes a new instance of the ParserContext class.

ParserContext(XmlParserContext)

Initializes a new instance of the ParserContext class by using the specified XmlParserContext.

ParserContext()

Initializes a new instance of the ParserContext class.

public:
 ParserContext();
public ParserContext ();
Public Sub New ()

Applies to

ParserContext(XmlParserContext)

Initializes a new instance of the ParserContext class by using the specified XmlParserContext.

public:
 ParserContext(System::Xml::XmlParserContext ^ xmlParserContext);
public ParserContext (System.Xml.XmlParserContext xmlParserContext);
new System.Windows.Markup.ParserContext : System.Xml.XmlParserContext -> System.Windows.Markup.ParserContext
Public Sub New (xmlParserContext As XmlParserContext)

Parameters

xmlParserContext
XmlParserContext

The XML processing context to base the new ParserContext on.

Exceptions

xmlParserContext is null.

Applies to