Udostępnij za pośrednictwem


XmlSchemaObjectCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy XmlSchemaObjectCollection.

Przeciążenia

XmlSchemaObjectCollection()

Inicjuje nowe wystąpienie klasy XmlSchemaObjectCollection.

XmlSchemaObjectCollection(XmlSchemaObject)

Inicjuje XmlSchemaObjectCollection nowe wystąpienie klasy , która przyjmuje klasę XmlSchemaObject.

XmlSchemaObjectCollection()

Źródło:
XmlSchemaObjectCollection.cs
Źródło:
XmlSchemaObjectCollection.cs
Źródło:
XmlSchemaObjectCollection.cs

Inicjuje nowe wystąpienie klasy XmlSchemaObjectCollection.

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

Dotyczy

XmlSchemaObjectCollection(XmlSchemaObject)

Źródło:
XmlSchemaObjectCollection.cs
Źródło:
XmlSchemaObjectCollection.cs
Źródło:
XmlSchemaObjectCollection.cs

Inicjuje XmlSchemaObjectCollection nowe wystąpienie klasy , która przyjmuje klasę 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

Dotyczy