Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NToolboxItemVerbIterator Class
Members


In This Topic
    NToolboxItemVerbIterator Class
    In This Topic
    Iterator that iterates through all verbs of a toolbox item meta unit and the toolbox item meta units of the base schemas.
    Object Model
    NToolboxItemVerbIterator Class
    Syntax
    'Declaration
     
    
    Public Class NToolboxItemVerbIterator 
       Implements Nevron.Nov.DataStructures.INIterator(Of NToolboxItemVerb) 
    'Usage
     
    
    Dim instance As NToolboxItemVerbIterator
    public class NToolboxItemVerbIterator : Nevron.Nov.DataStructures.INIterator<NToolboxItemVerb>  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Editors.NToolboxItemVerbIterator

    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