XmlSchemas.Insert(Int32, XmlSchema) Metoda

Definice

Vloží schéma do zadaného indexu XmlSchemas .

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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)

Parametry

index
Int32

Index založený na nule, do kterého se má položka schema vložit

schema
XmlSchema

Objekt XmlSchema , který se má vložit.

Platí pro