XmlSchemas.Insert(Int32, XmlSchema) Metodo

Definizione

Inserisce uno schema in XmlSchemas, in corrispondenza dell'indice specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 void Insert(int index, System::Xml::Schema::XmlSchema ^ schema);
public void Insert (int index, System.Xml.Schema.XmlSchema schema);
member this.Insert : int * System.Xml.Schema.XmlSchema -> unit
Public Sub Insert (index As Integer, schema As XmlSchema)

Parametri

index
Int32

Indice in base zero nel quale schema deve essere inserito.

schema
XmlSchema

Oggetto XmlSchema da inserire.

Si applica a