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

追加された項目のインデックス。

適用対象