Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDomDeepCopyContext Class / Source2Target Property


In This Topic
    Source2Target Property
    In This Topic
    Gets the source 2 target map that was generated during the deep cloning.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Source2Target As NMap(Of NNode,NNode)
    'Usage
     
    
    Dim instance As NDomDeepCopyContext
    Dim value As NMap(Of NNode,NNode)
     
    value = instance.Source2Target
    public NMap<NNode,NNode> Source2Target {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also