XmlDiff Constructor ()

Microsoft XML Diff

Microsoft XML Diff 1.0 and XML Patch 1.0

XmlDiff Constructor ()

Initializes the XmlDiff class with default options.

[Visual Basic]
Overloads Public Sub New()
[C#]
public XmlDiff();

Example

The following example creates the XmlDiff class with no options.

[Visual Basic]
Dim xmlDiff As New XmlDiff()
[C#]
XmlDiff xmlDiff = new XmlDiff();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows .NET Server

See Also

XmlDiff Class | XmlDiff Members | Microsoft.XmlDiffPatch

© 2002 Microsoft Corporation. All rights reserved.