Creates complete collection from XmlDocument

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Sub FromXML ( _
	_document As XmlDocument, _
	_collection As TreeNodeCollection _
)
C#
public void FromXML(
	XmlDocument _document,
	TreeNodeCollection _collection
)
Visual C++
public:
void FromXML(
	XmlDocument^ _document, 
	TreeNodeCollection^ _collection
)
JavaScript
function fromXML(_document, _collection);

Parameters

_document
Type: System.Xml..::.XmlDocument
_collection
Type: System.Windows.Forms..::.TreeNodeCollection

See Also