Windward Engine API Reference
FromXml Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateVariable Class : FromXml Method




elem
The parent element for this part of the XML.

Glossary Item Box

Read the xml stored with the template to get all vars.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromXml( _
   ByVal elem As XmlElement _
) As IList(Of TemplateVariable)
Visual Basic (Usage)Copy Code
Dim elem As XmlElement
Dim value As IList(Of TemplateVariable)
 
value = TemplateVariable.FromXml(elem)
C# 
public static IList<TemplateVariable> FromXml( 
   XmlElement elem
)
Managed Extensions for C++ 
public: static IList<TemplateVariable*>* FromXml( 
   XmlElement* elem
) 
C++/CLI 
public:
static IList<TemplateVariable^>^ FromXml( 
   XmlElement^ elem
) 

Parameters

elem
The parent element for this part of the XML.

Return Value

The extracted vars.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.