XmlArrayItemAttributes.Insert(Int32, XmlArrayItemAttribute) 메서드

정의

지정된 인 XmlArrayItemAttribute 덱스의 컬렉션에 삽입합니다.

public:
 void Insert(int index, System::Xml::Serialization::XmlArrayItemAttribute ^ attribute);
public void Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute attribute);
public void Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute? attribute);
member this.Insert : int * System.Xml.Serialization.XmlArrayItemAttribute -> unit
Public Sub Insert (index As Integer, attribute As XmlArrayItemAttribute)

매개 변수

index
Int32

특성이 삽입되는 인덱스입니다.

attribute
XmlArrayItemAttribute

삽입할 항목입니다 XmlArrayItemAttribute .

적용 대상