Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the implementation of the ReadXml method from the IXmlSerializable interface.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Private Sub System.Xml.Serialization.IXmlSerializable.ReadXml ( _
reader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Usage
Dim instance As InputDescriptor
Dim reader As XmlReader
CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml (
XmlReader reader
)
private:
virtual void System.Xml.Serialization.IXmlSerializable.ReadXml (
XmlReader^ reader
) sealed = IXmlSerializable::ReadXml
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- reader
The XML reader from which to read the XML data.
Remarks
The InputDescriptor class is IXmlSerializable so that the Value can be persisted.
See Also
Tasks
How to: Add Input Properties to a Data Generator
Walkthrough: Creating a Custom Data Generator
Reference
InputDescriptor Class
InputDescriptor Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
SetInputValues
InputAttribute Class