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


In This Topic
    Shl Method (NElement)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function Shl( _
       ByVal xdEb As NDomProperty, _
       ByRef YdEb As System.Object, _
       ByRef AEEb As NElement _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NElement
    Dim xdEb As NDomProperty
    Dim YdEb As System.Object
    Dim AEEb As NElement
    Dim value As System.Boolean
     
    value = instance.Shl(xdEb, YdEb, AEEb)
    internal virtual System.bool Shl( 
       NDomProperty xdEb,
       ref System.object YdEb,
       ref NElement AEEb
    )

    Parameters

    xdEb
    YdEb
    AEEb
    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