Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / XmlExt Class / SelectSingleNode Method

In This Topic
    SelectSingleNode Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SelectSingleNode( _
       ByVal node As XmlNode, _
       ByVal path As String _
    ) As XmlNode
    public static XmlNode SelectSingleNode( 
       XmlNode node,
       string path
    )

    Parameters

    node
    path
    See Also