Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNodeSubtreeIterator Structure / Current Property


In This Topic
    Current Property (NNodeSubtreeIterator)
    In This Topic
    Obtains the current node
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Current As NNode
    'Usage
     
    
    Dim instance As NNodeSubtreeIterator
    Dim value As NNode
     
    value = instance.Current
    public NNode Current {get;}
    Remarks
    This property will throw an InvalidOperationException exception if the iterator has not been started, or has ended.
    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