XmlSchemas.Insert(Int32, XmlSchema) 메서드

정의

지정한 인덱스의 XmlSchemas에 스키마를 삽입합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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)

매개 변수

index
Int32

schema을 삽입해야 하는 인덱스(0부터 시작)입니다.

schema
XmlSchema

삽입할 XmlSchema 개체입니다.

적용 대상