Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLItemBase Class / GetAnchorNodeTemplate Method

In This Topic
    GetAnchorNodeTemplate Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Function GetAnchorNodeTemplate( _
       ByVal nodes As System.Collections.Generic.List(Of XmlNode) _
    ) As System.Xml.XmlNode
    protected System.Xml.XmlNode GetAnchorNodeTemplate( 
       System.Collections.Generic.List<XmlNode> nodes
    )

    Parameters

    nodes

    Return Value

    xml node.
    See Also