GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    CustomXmlPartCollection Class

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Represents a collection of CustomXmlParts.

    • C#
    • VB.NET
    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:
    System.Object
    System.Collections.ObjectModel.Collection<CustomXmlPart>
    CustomXmlPartCollection
    Implements
    System.Collections.Generic.IList<CustomXmlPart>
    System.Collections.Generic.ICollection<CustomXmlPart>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<CustomXmlPart>
    System.Collections.Generic.IReadOnlyCollection<CustomXmlPart>
    System.Collections.Generic.IEnumerable<CustomXmlPart>
    System.Collections.IEnumerable

    Properties

    Item[String]

    Gets the CustomXmlPart with the specified ID or null.

    • C#
    • VB.NET
    public CustomXmlPart this[string id] { get; }
    Public ReadOnly Property Item(id As String) As CustomXmlPart
    Parameters
    id
    System.String

    The ID of the CustomXmlPart.

    Property Value
    CustomXmlPart

    The CustomXmlPart with the specified ID or null.

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    See Also

    CustomXmlParts
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.