[]
Gets the CustomXmlPart at the specified index in the collection.
public CustomXmlPart this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As CustomXmlPart
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the CustomXmlPart to get. |
Type | Description |
---|---|
CustomXmlPart | The CustomXmlPart at the specified index in the collection. |
Gets the CustomXmlPart by the specified id in the collection.
public CustomXmlPart this[string id] { get; }
Public ReadOnly Default Property Item(id As String) As CustomXmlPart
Type | Name | Description |
---|---|---|
string | id | The id of the CustomXmlPart to get. |
Type | Description |
---|---|
CustomXmlPart | The CustomXmlPart with the specified id in the collection. |