XmlSchemaObjectCollection Construtores

Definição

Inicializa uma nova instância da classe XmlSchemaObjectCollection.Initializes a new instance of the XmlSchemaObjectCollection class.

Sobrecargas

XmlSchemaObjectCollection()

Inicializa uma nova instância da classe XmlSchemaObjectCollection.Initializes a new instance of the XmlSchemaObjectCollection class.

XmlSchemaObjectCollection(XmlSchemaObject)

Inicializa uma nova instância da classe XmlSchemaObjectCollection que usa um XmlSchemaObject.Initializes a new instance of the XmlSchemaObjectCollection class that takes an XmlSchemaObject.

XmlSchemaObjectCollection()

Inicializa uma nova instância da classe XmlSchemaObjectCollection.Initializes a new instance of the XmlSchemaObjectCollection class.

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

Aplica-se a

XmlSchemaObjectCollection(XmlSchemaObject)

Inicializa uma nova instância da classe XmlSchemaObjectCollection que usa um XmlSchemaObject.Initializes a new instance of the XmlSchemaObjectCollection class that takes an 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)

Parâmetros

Aplica-se a