XmlArrayItemAttributes.Item[Int32] Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает или задает элемент по указанному индексу.
public:
property System::Xml::Serialization::XmlArrayItemAttribute ^ default[int] { System::Xml::Serialization::XmlArrayItemAttribute ^ get(int index); void set(int index, System::Xml::Serialization::XmlArrayItemAttribute ^ value); };
public System.Xml.Serialization.XmlArrayItemAttribute this[int index] { get; set; }
public System.Xml.Serialization.XmlArrayItemAttribute? this[int index] { get; set; }
member this.Item(int) : System.Xml.Serialization.XmlArrayItemAttribute with get, set
Default Public Property Item(index As Integer) As XmlArrayItemAttribute
Параметры
- index
- Int32
Начинающийся с нуля индекс полученного или заданного члена коллекции.
Значение свойства
Объект XmlArrayItemAttribute по указанному индексу.