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