XmlArrayItemAttributes.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the item at the specified index.
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
Parameters
- index
- Int32
The zero-based index of the collection member to get or set.
Property Value
The XmlArrayItemAttribute at the specified index.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.