| TaskGroupPresetElementParseXml Method  | 
            Parses the XML.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected virtual void ParseXml(
	XmlNode elementNode
)
Protected Overridable Sub ParseXml ( 
	elementNode As XmlNode
)
Parameters
- elementNode
 - Type: System.XmlXmlNode
The element node. 
See Also