ParserContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.