Gets nodes list by the given C1StyleType value.
'Declaration
Public Function GetTags( _
ByVal As C1StyleType, _
ByVal As System.Boolean _
) As System.Collections.Generic.List(Of XmlNode)
public System.Collections.Generic.List<XmlNode> GetTags(
C1StyleType ,
System.bool
)
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.