CustomXmlPartCollection Class
Represents a collection of CustomXmlParts.
public sealed class CustomXmlPartCollection : Collection<CustomXmlPart>, IList<CustomXmlPart>, ICollection<CustomXmlPart>, IList, ICollection, IReadOnlyList<CustomXmlPart>, IReadOnlyCollection<CustomXmlPart>, IEnumerable<CustomXmlPart>, IEnumerable
Public NotInheritable Class CustomXmlPartCollection
Inherits Collection(Of CustomXmlPart)
Implements IList(Of CustomXmlPart), ICollection(Of CustomXmlPart), IList, ICollection, IReadOnlyList(Of CustomXmlPart), IReadOnlyCollection(Of CustomXmlPart), IEnumerable(Of CustomXmlPart), IEnumerable
- Inheritance:
- CustomXmlPartCollection
Implements
Properties
Item[String]
Gets the CustomXmlPart with the specified ID or null.
public CustomXmlPart this[string id] { get; }
Public ReadOnly Property Item(id As String) As CustomXmlPart
Parameters
id
- String
The ID of the CustomXmlPart.
Property Value
The CustomXmlPart with the specified ID or null.