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


In This Topic
    ConsumeValueEffect Method
    In This Topic
    Consumes the value effect, defined by the specified property flags. This method may be called for a single or mutliple computed value changes. In the multiple changes case, the flags of the individual properties are combined with bitwise OR.
    Syntax
    'Declaration
     
    
    Protected Friend Sub ConsumeValueEffect( _
       ByVal flags As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NElement
    Dim flags As System.Integer
     
    instance.ConsumeValueEffect(flags)
    protected internal void ConsumeValueEffect( 
       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