Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NElement Class / lCEb<MCEb> Method


In This Topic
    lCEb<MCEb> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub lCEb(Of MCEb)( _
       ByVal nCEb As NProperty, _
       ByVal OCEb As MCEb, _
       ByVal value As MCEb, _
       ByVal pCEb As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NElement
    Dim nCEb As NProperty
    Dim OCEb As MCEb
    Dim value As MCEb
    Dim pCEb As System.Boolean
     
    instance.lCEb(Of MCEb)(nCEb, OCEb, value, pCEb)
    internal void lCEb<MCEb>( 
       NProperty nCEb,
       MCEb OCEb,
       MCEb value,
       System.bool pCEb
    )

    Parameters

    nCEb
    OCEb
    value
    pCEb

    Type Parameters

    MCEb
    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