XmlSchemaObjectCollection 构造函数

定义

初始化 XmlSchemaObjectCollection 类的新实例。

重载

XmlSchemaObjectCollection()

初始化 XmlSchemaObjectCollection 类的新实例。

XmlSchemaObjectCollection(XmlSchemaObject)

初始化使用 XmlSchemaObjectXmlSchemaObjectCollection 类的新实例。

XmlSchemaObjectCollection()

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

初始化 XmlSchemaObjectCollection 类的新实例。

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

适用于

XmlSchemaObjectCollection(XmlSchemaObject)

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

初始化使用 XmlSchemaObjectXmlSchemaObjectCollection 类的新实例。

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)

参数

适用于