XmlImplementation Konstruktory

Definice

Inicializuje novou instanci XmlImplementation třídy.

Přetížení

XmlImplementation()

Inicializuje novou instanci XmlImplementation třídy.

XmlImplementation(XmlNameTable)

Inicializuje novou instanci XmlImplementation třídy se zadaným XmlNameTable .

XmlImplementation()

Inicializuje novou instanci XmlImplementation třídy.

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

Platí pro

XmlImplementation(XmlNameTable)

Inicializuje novou instanci XmlImplementation třídy se zadaným XmlNameTable .

public:
 XmlImplementation(System::Xml::XmlNameTable ^ nt);
public XmlImplementation (System.Xml.XmlNameTable nt);
new System.Xml.XmlImplementation : System.Xml.XmlNameTable -> System.Xml.XmlImplementation
Public Sub New (nt As XmlNameTable)

Parametry

Platí pro