Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NElement Class / ConsumeCustomValueEffect Method


In This Topic
    ConsumeCustomValueEffect Method
    In This Topic
    Called by ConsumeValueEffect, when the flags contain a Custom property flag.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ConsumeCustomValueEffect( _
       ByVal flags As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NElement
    Dim flags As System.Integer
     
    instance.ConsumeCustomValueEffect(flags)
    protected virtual void ConsumeCustomValueEffect( 
       System.int flags
    )

    Parameters

    flags
    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