Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextRange Class / GetTags Method
Specifies the type of nodes that must be included to the output list.
Specifies whether partially selected nodes must be included to the output list.

In This Topic
    GetTags Method
    In This Topic
    Gets nodes list by the given C1StyleType value.
    Syntax
    'Declaration
     
    Public Function GetTags( _
       ByVal type As C1StyleType, _
       ByVal includePartialNodes As System.Boolean _
    ) As System.Collections.Generic.List(Of XmlNode)
    public System.Collections.Generic.List<XmlNode> GetTags( 
       C1StyleType type,
       System.bool includePartialNodes
    )

    Parameters

    type
    Specifies the type of nodes that must be included to the output list.
    includePartialNodes
    Specifies whether partially selected nodes must be included to the output list.

    Return Value

    The list of the nodes with specified type.
    See Also