XmlSchemas.Insert(Int32, XmlSchema) Metod

Definition

Infogar ett schema i XmlSchemas det angivna indexet.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Parametrar

index
Int32

Det nollbaserade index som schema ska infogas i.

schema
XmlSchema

Objektet XmlSchema som ska infogas.

Gäller för