Aracılığıyla paylaş


XmlSchemaObjectCollection Oluşturucular

Tanım

XmlSchemaObjectCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

XmlSchemaObjectCollection()

XmlSchemaObjectCollection sınıfının yeni bir örneğini başlatır.

XmlSchemaObjectCollection(XmlSchemaObject)

bir alan sınıfının yeni bir XmlSchemaObjectörneğini XmlSchemaObjectCollection başlatır.

XmlSchemaObjectCollection()

Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs

XmlSchemaObjectCollection sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

XmlSchemaObjectCollection(XmlSchemaObject)

Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs

bir alan sınıfının yeni bir XmlSchemaObjectörneğini XmlSchemaObjectCollection başlatır.

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)

Parametreler

Şunlara uygulanır