VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / MetadataNode Class / AddChild(MetadataNode) Method
Syntax Requirements SeeAlso
In This Topic
    AddChild(MetadataNode) Method (MetadataNode)
    In This Topic
    Adds a child node of the node.
    Syntax
    'Declaration
    
    Protected Sub AddChild( _
    ByVal node
    The node to add.
    As MetadataNode _
    )
    protected void AddChild(
    MetadataNode node
    )
    protected: void AddChild(
    MetadataNode* node
    )
    protected:
    void AddChild(
    MetadataNode^ node
    )

    Parameters

    node
    The node to add.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also