Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NSelectorBuilder Class / StartInvertedConditions Method


In This Topic
    StartInvertedConditions Method
    In This Topic
    Starts an inverted conditions section. All conditions added in this section will have their Inverted property raised. An inverted section is automatically ended when you call the End(); An inverted section can be manually ended when you call the EndInvertedConditions() method.
    Syntax
    'Declaration
     
    
    Public Sub StartInvertedConditions() 
    'Usage
     
    
    Dim instance As NSelectorBuilder
     
    instance.StartInvertedConditions()
    public void StartInvertedConditions()
    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