XmlSchemaObjectCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 XmlSchemaObjectCollection
类的新实例。
重载
XmlSchemaObjectCollection() |
初始化 |
XmlSchemaObjectCollection(XmlSchemaObject) |
初始化使用 XmlSchemaObject 的 |
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
初始化使用 XmlSchemaObject 的 XmlSchemaObjectCollection
类的新实例。
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)
参数
- parent
- XmlSchemaObject