ParserContext Konstruktory

Definice

Inicializuje novou instanci ParserContext třídy.

Přetížení

ParserContext()

Inicializuje novou instanci ParserContext třídy.

ParserContext(XmlParserContext)

Inicializuje novou instanci ParserContext třídy pomocí zadané XmlParserContext.

ParserContext()

Inicializuje novou instanci ParserContext třídy.

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

Platí pro

ParserContext(XmlParserContext)

Inicializuje novou instanci ParserContext třídy pomocí zadané 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)

Parametry

xmlParserContext
XmlParserContext

Kontext zpracování XML, na který má být nový ParserContext založen.

Výjimky

xmlParserContext je null.

Platí pro