XmlSchemaSet Konstruktory

Definice

Inicializuje novou instanci XmlSchemaSet třídy.

Přetížení

XmlSchemaSet()

Inicializuje novou instanci XmlSchemaSet třídy.

XmlSchemaSet(XmlNameTable)

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

XmlSchemaSet()

Inicializuje novou instanci XmlSchemaSet třídy.

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

Platí pro

XmlSchemaSet(XmlNameTable)

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

public:
 XmlSchemaSet(System::Xml::XmlNameTable ^ nameTable);
public XmlSchemaSet (System.Xml.XmlNameTable nameTable);
new System.Xml.Schema.XmlSchemaSet : System.Xml.XmlNameTable -> System.Xml.Schema.XmlSchemaSet
Public Sub New (nameTable As XmlNameTable)

Parametry

nameTable
XmlNameTable

Objekt XmlNameTable , který chcete použít.

Výjimky

Objekt XmlNameTable předaný jako parametr je null.

Viz také

Platí pro