XmlElementAttributes.Item[Int32] 属性

定义

获取或设置指定索引处的元素。

public:
 property System::Xml::Serialization::XmlElementAttribute ^ default[int] { System::Xml::Serialization::XmlElementAttribute ^ get(int index); void set(int index, System::Xml::Serialization::XmlElementAttribute ^ value); };
public System.Xml.Serialization.XmlElementAttribute this[int index] { get; set; }
public System.Xml.Serialization.XmlElementAttribute? this[int index] { get; set; }
member this.Item(int) : System.Xml.Serialization.XmlElementAttribute with get, set
Default Public Property Item(index As Integer) As XmlElementAttribute

参数

index
Int32

要获取或设置的元素的从零开始的索引。

属性值

XmlElementAttribute

指定索引处的元素。

例外

index 不是 XmlElementAttributes 中的有效索引。

设置了该属性,但 XmlElementAttributes 为只读。

适用于