Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPropertyNodesIterator Structure
Members


In This Topic
    NPropertyNodesIterator Structure
    In This Topic
    The NPropertyNodesIterator class represents an iterator, which can be used to enumerate the col nodes of a node and supports filtering.
    Object Model
    NPropertyNodesIterator Structure
    Syntax
    'Declaration
     
    
    Public Structure NPropertyNodesIterator 
       Inherits System.ValueType
       Implements Nevron.Nov.DataStructures.INIterator(Of NNode) 
    'Usage
     
    
    Dim instance As NPropertyNodesIterator
    public struct NPropertyNodesIterator : System.ValueType, Nevron.Nov.DataStructures.INIterator<NNode>  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.Dom.NPropertyNodesIterator

    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