XmlSchemaObjectCollection Konstruktory

Definice

Inicializuje novou instanci XmlSchemaObjectCollection třídy.

Přetížení

Name Description
XmlSchemaObjectCollection()

Inicializuje novou instanci XmlSchemaObjectCollection třídy.

XmlSchemaObjectCollection(XmlSchemaObject)

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

XmlSchemaObjectCollection()

Zdroj:
XmlSchemaObjectCollection.cs
Zdroj:
XmlSchemaObjectCollection.cs
Zdroj:
XmlSchemaObjectCollection.cs
Zdroj:
XmlSchemaObjectCollection.cs
Zdroj:
XmlSchemaObjectCollection.cs

Inicializuje novou instanci XmlSchemaObjectCollection třídy.

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

Platí pro

XmlSchemaObjectCollection(XmlSchemaObject)

Zdroj:
XmlSchemaObjectCollection.cs
Zdroj:
XmlSchemaObjectCollection.cs
Zdroj:
XmlSchemaObjectCollection.cs
Zdroj:
XmlSchemaObjectCollection.cs
Zdroj:
XmlSchemaObjectCollection.cs

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