Bagikan melalui


XmlSchemaObjectCollection Konstruktor

Definisi

Menginisialisasi instans baru kelas XmlSchemaObjectCollection.

Overload

XmlSchemaObjectCollection()

Menginisialisasi instans baru kelas XmlSchemaObjectCollection.

XmlSchemaObjectCollection(XmlSchemaObject)

Menginisialisasi instans XmlSchemaObjectCollection baru kelas yang mengambil XmlSchemaObject.

XmlSchemaObjectCollection()

Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs

Menginisialisasi instans baru kelas XmlSchemaObjectCollection.

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

Berlaku untuk

XmlSchemaObjectCollection(XmlSchemaObject)

Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs

Menginisialisasi instans XmlSchemaObjectCollection baru kelas yang mengambil 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)

Parameter

Berlaku untuk