Click or drag to resize

CustomXmlPartCollection Class

Represents a collection of CustomXmlParts.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionCustomXmlPart
    SautinSoft.DocumentCustomXmlPartCollection

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public sealed class CustomXmlPartCollection : Collection<CustomXmlPart>

The CustomXmlPartCollection type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets the CustomXmlPart with the specified ID or null.
Top
See Also