Sdílet prostřednictvím


XmlSchemaObjectCollection Konstruktory

Definice

Inicializuje novou instanci XmlSchemaObjectCollection třídy.

Přetížení

XmlSchemaObjectCollection()

Inicializuje novou instanci XmlSchemaObjectCollection třídy.

XmlSchemaObjectCollection(XmlSchemaObject)

Inicializuje novou instanci XmlSchemaObjectCollection třídy, která přebírá XmlSchemaObject.

XmlSchemaObjectCollection()

Inicializuje novou instanci XmlSchemaObjectCollection třídy.

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

Platí pro

XmlSchemaObjectCollection(XmlSchemaObject)

Inicializuje novou instanci XmlSchemaObjectCollection třídy, která přebírá XmlSchemaObject.

public:
 XmlSchemaObjectCollection(System::Xml::Schema::XmlSchemaObject ^ parent);
public XmlSchemaObjectCollection (System.Xml.Schema.XmlSchemaObject? parent);
public XmlSchemaObjectCollection (System.Xml.Schema.XmlSchemaObject parent);
new System.Xml.Schema.XmlSchemaObjectCollection : System.Xml.Schema.XmlSchemaObject -> System.Xml.Schema.XmlSchemaObjectCollection
Public Sub New (parent As XmlSchemaObject)

Parametry

Platí pro