InfoConnect for Unisys
ReadXml Method (ContextMenu)


where to read the xml from
Reads in a list type from an xml file
Syntax
'Declaration
 
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
'Usage
 
Dim instance As ContextMenu
Dim reader As XmlReader
 
instance.ReadXml(reader)
public void ReadXml( 
   XmlReader reader
)

Parameters

reader
where to read the xml from
See Also