Filter.ReadXml Method
Deserializes XML data that represents a Filter object, and populates the current Filter object.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Sub ReadXml ( _
xmlReader As XmlReader _
)
'Usage
Dim instance As Filter
Dim xmlReader As XmlReader
instance.ReadXml(xmlReader)
public void ReadXml(
XmlReader xmlReader
)
Parameters
- xmlReader
Type: System.Xml.XmlReader
The XmlReader object that reads the XML data.