ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class
Members




In This Topic
    ImGearMetadataNodeList Class
    In This Topic
    Collection of metadata nodes. Processes additional verifications concerning collection structure. Used as a part of ImGearMetadataTree.
    Object Model
    ImGearMetadataNodeList ClassImGearMetadataNode Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class ImGearMetadataNodeList 
    'Usage
     
    Dim instance As ImGearMetadataNodeList
    [DefaultMember("Item")]
    public sealed class ImGearMetadataNodeList 
    [DefaultMember("Item")]
    public __gc __sealed class ImGearMetadataNodeList 
    [DefaultMember("Item")]
    public ref class ImGearMetadataNodeList sealed 
    Remarks
    Represents container (list) of ImGearMetadataNode instances and provides additional verifications for stored objects. For example, on adding, new MetadataNode is checked to be non-null, stand-alone (ImGearMetadataNode.Parent == null) and not the same as the top node of the tree to which it is added.

    Nodes with different Format values are allowed to be present in the same list. Multiple nodes with the same Tag value are also allowed. The list is not sorted automatically because the order of items may be significant for a particular format.

    This class does not have any public constructor. Instances exist only as members of ImGearMetadataTree objects.

    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearMetadataNodeList

    See Also