Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / vOEb<WOEb> Method


In This Topic
    vOEb<WOEb> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function vOEb(Of WOEb As NNode)( _
       ByRef xOEb As vWdb(Of WOEb), _
       ByVal YOEb As NChild _
    ) As WOEb
    'Usage
     
    
    Dim instance As NNode
    Dim xOEb As vWdb(Of WOEb)
    Dim YOEb As NChild
    Dim value As WOEb
     
    value = instance.vOEb(Of WOEb)(xOEb, YOEb)
    internal WOEb vOEb<WOEb>( 
       ref vWdb<WOEb> xOEb,
       NChild YOEb
    )
    where WOEb: NNode

    Parameters

    xOEb
    YOEb

    Type Parameters

    WOEb
    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