Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDomPath Class / FromDocumentToElement Method


In This Topic
    FromDocumentToElement Method
    In This Topic
    Creates a path to the specified element from the specified document
    Syntax
    'Declaration
     
    
    Public Shared Function FromDocumentToElement( _
       ByVal fromDocument As NDocument, _
       ByVal toElement As NElement _
    ) As NDomPath
    'Usage
     
    
    Dim fromDocument As NDocument
    Dim toElement As NElement
    Dim value As NDomPath
     
    value = NDomPath.FromDocumentToElement(fromDocument, toElement)
    public static NDomPath FromDocumentToElement( 
       NDocument fromDocument,
       NElement toElement
    )

    Parameters

    fromDocument
    toElement
    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