menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomXmlPartCollection - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomXmlPartCollection

    Represents the inplementation of custom xml part collection

    Inheritance
    System.Object
    CollectionBase<ICustomXmlPart>
    CollectionBaseEx<ICustomXmlPart>
    CustomXmlPartCollection
    Implements
    System.Collections.Generic.IList<ICustomXmlPart>
    System.Collections.Generic.ICollection<ICustomXmlPart>
    System.Collections.Generic.IEnumerable<ICustomXmlPart>
    IParentApplication
    ICloneParent
    ICustomXmlPartCollection
    System.Collections.IEnumerable
    Inherited Members
    CollectionBase<ICustomXmlPart>.Capacity
    CollectionBase<ICustomXmlPart>.Clear()
    CollectionBase<ICustomXmlPart>.Contains(ICustomXmlPart)
    CollectionBase<ICustomXmlPart>.CopyTo(ICustomXmlPart[], Int32)
    CollectionBase<ICustomXmlPart>.GetEnumerator()
    CollectionBase<ICustomXmlPart>.IndexOf(ICustomXmlPart)
    CollectionBase<ICustomXmlPart>.InnerList
    CollectionBase<ICustomXmlPart>.Insert(Int32, ICustomXmlPart)
    CollectionBase<ICustomXmlPart>.IsReadOnly
    CollectionBase<ICustomXmlPart>.List
    CollectionBase<ICustomXmlPart>.Remove(ICustomXmlPart)
    CollectionBase<ICustomXmlPart>.RemoveAt(Int32)
    CollectionBaseEx<ICustomXmlPart>.add_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<ICustomXmlPart>.add_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<ICustomXmlPart>.add_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ICustomXmlPart>.add_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ICustomXmlPart>.add_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ICustomXmlPart>.add_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ICustomXmlPart>.add_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<ICustomXmlPart>.add_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<ICustomXmlPart>.AppImplementation
    CollectionBaseEx<ICustomXmlPart>.Application
    CollectionBaseEx<ICustomXmlPart>.Changed
    CollectionBaseEx<ICustomXmlPart>.ChangeName(IDictionary, ValueChangedEventArgs)
    CollectionBaseEx<ICustomXmlPart>.Cleared
    CollectionBaseEx<ICustomXmlPart>.Clearing
    CollectionBaseEx<ICustomXmlPart>.ClearMaxValues()
    CollectionBaseEx<ICustomXmlPart>.Clone(Object)
    CollectionBaseEx<ICustomXmlPart>.EnsureCapacity(Int32)
    CollectionBaseEx<ICustomXmlPart>.FindParent(Type)
    CollectionBaseEx<ICustomXmlPart>.FindParent(Type, Boolean)
    CollectionBaseEx<ICustomXmlPart>.GenerateDefaultName(ICollection<ICustomXmlPart>, String)
    CollectionBaseEx<ICustomXmlPart>.GenerateDefaultName(ICollection, String)
    CollectionBaseEx<ICustomXmlPart>.GenerateDefaultName(String, ICollection[])
    CollectionBaseEx<ICustomXmlPart>.Inserted
    CollectionBaseEx<ICustomXmlPart>.Inserting
    CollectionBaseEx<ICustomXmlPart>.OnClear()
    CollectionBaseEx<ICustomXmlPart>.OnClearComplete()
    CollectionBaseEx<ICustomXmlPart>.OnInsert(Int32, ICustomXmlPart)
    CollectionBaseEx<ICustomXmlPart>.OnRemove(Int32, ICustomXmlPart)
    CollectionBaseEx<ICustomXmlPart>.OnRemoveComplete(Int32, ICustomXmlPart)
    CollectionBaseEx<ICustomXmlPart>.OnSet(Int32, ICustomXmlPart, ICustomXmlPart)
    CollectionBaseEx<ICustomXmlPart>.OnSetComplete(Int32, ICustomXmlPart, ICustomXmlPart)
    CollectionBaseEx<ICustomXmlPart>.Parent
    CollectionBaseEx<ICustomXmlPart>.QuietMode
    CollectionBaseEx<ICustomXmlPart>.remove_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<ICustomXmlPart>.remove_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<ICustomXmlPart>.remove_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ICustomXmlPart>.remove_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ICustomXmlPart>.remove_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ICustomXmlPart>.remove_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ICustomXmlPart>.remove_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<ICustomXmlPart>.remove_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<ICustomXmlPart>.Removed
    CollectionBaseEx<ICustomXmlPart>.Removing
    CollectionBaseEx<ICustomXmlPart>.Set
    CollectionBaseEx<ICustomXmlPart>.SetParent(Object)
    CollectionBaseEx<ICustomXmlPart>.Setting
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class CustomXmlPartCollection : CollectionBaseEx<ICustomXmlPart>, IList<ICustomXmlPart>, ICollection<ICustomXmlPart>, IEnumerable<ICustomXmlPart>, IParentApplication, ICloneParent, ICustomXmlPartCollection, IEnumerable

    Constructors

    CustomXmlPartCollection(IApplication, Object)

    Default constructor.

    Declaration
    public CustomXmlPartCollection(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application
    System.Object parent

    Properties

    Count

    Represents the collection count

    Declaration
    public int Count { get; }
    Property Value
    Type
    System.Int32

    Item[Int32]

    Retruns CustomXmlPart at corresponding index positions

    Declaration
    public ICustomXmlPart this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    ICustomXmlPart

    Methods

    Add(ICustomXmlPart)

    Adds new CustomXmlpart to the collections

    Declaration
    public ICustomXmlPart Add(ICustomXmlPart customXmlPart)
    Parameters
    Type Name Description
    ICustomXmlPart customXmlPart
    Returns
    Type
    ICustomXmlPart

    Add(String)

    Creates new instance of CusomXmlPart from ID

    Declaration
    public ICustomXmlPart Add(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type
    ICustomXmlPart

    Add(String, Byte[])

    Cretes new CustomXmlParts through specified arugments

    Declaration
    public ICustomXmlPart Add(string id, byte[] XmlData)
    Parameters
    Type Name Description
    System.String id
    System.Byte[] XmlData
    Returns
    Type
    ICustomXmlPart

    AddLocal(ICustomXmlPart, Boolean)

    Adds into list and hashtable, for local named ranges.

    Declaration
    public void AddLocal(ICustomXmlPart name, bool bAddInGlobalNamesHash)
    Parameters
    Type Name Description
    ICustomXmlPart name

    Name to add.

    System.Boolean bAddInGlobalNamesHash

    Indicates is adds in global names hash.

    Clone()

    Creates new instance of clone object

    Declaration
    public ICustomXmlPartCollection Clone()
    Returns
    Type
    ICustomXmlPartCollection

    GetById(String)

    Returns CustomXmlPart for corresponding id

    Declaration
    public ICustomXmlPart GetById(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type
    ICustomXmlPart

    OnInsertComplete(Int32, ICustomXmlPart)

    Performs additional processes after inserting a new element into the collection.

    Declaration
    protected override void OnInsertComplete(int index, ICustomXmlPart customXmlPart)
    Parameters
    Type Name Description
    System.Int32 index

    The zero-based index at which to insert value.

    ICustomXmlPart customXmlPart
    Overrides
    Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx<Syncfusion.XlsIO.ICustomXmlPart>.OnInsertComplete(System.Int32, Syncfusion.XlsIO.ICustomXmlPart)

    Remove(String)

    Removes specified name from the collection.

    Declaration
    public void Remove(string id)
    Parameters
    Type Name Description
    System.String id

    Explicit Interface Implementations

    ICustomXmlPartCollection.Clear()

    Clear all items in the collections

    Declaration
    void ICustomXmlPartCollection.Clear()

    ICustomXmlPartCollection.Count

    CustomXmlPart Count

    Declaration
    int ICustomXmlPartCollection.Count { get; }
    Returns
    Type
    System.Int32

    ICustomXmlPartCollection.RemoveAt(Int32)

    Removes specified name from the collection.

    Declaration
    void ICustomXmlPartCollection.RemoveAt(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Name of the object to remove.

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    IParentApplication
    ICloneParent
    ICustomXmlPartCollection
    System.Collections.IEnumerable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved