Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NElement Class / CCEb<dCEb> Method


In This Topic
    CCEb<dCEb> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub CCEb(Of dCEb As System.IEquatable(Of dCEb))( _
       ByVal ECEb As NProperty, _
       ByVal fCEb As dCEb, _
       ByVal value As dCEb _
    ) 
    'Usage
     
    
    Dim instance As NElement
    Dim ECEb As NProperty
    Dim fCEb As dCEb
    Dim value As dCEb
     
    instance.CCEb(Of dCEb)(ECEb, fCEb, value)
    internal void CCEb<dCEb>( 
       NProperty ECEb,
       dCEb fCEb,
       dCEb value
    )
    where dCEb: System.IEquatable<dCEb>

    Parameters

    ECEb
    fCEb
    value

    Type Parameters

    dCEb
    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