Share via


XmlArrayItemAttributes.Add(XmlArrayItemAttribute) 메서드

정의

XmlArrayItemAttribute을 컬렉션에 추가합니다.

public:
 int Add(System::Xml::Serialization::XmlArrayItemAttribute ^ attribute);
public int Add (System.Xml.Serialization.XmlArrayItemAttribute attribute);
public int Add (System.Xml.Serialization.XmlArrayItemAttribute? attribute);
member this.Add : System.Xml.Serialization.XmlArrayItemAttribute -> int
Public Function Add (attribute As XmlArrayItemAttribute) As Integer

매개 변수

attribute
XmlArrayItemAttribute

컬렉션에 추가할 XmlArrayItemAttribute입니다.

반환

Int32

추가된 항목의 인덱스입니다.

적용 대상