DataDirect XML Converters 5.0 Send comments on this topic.
XmlWriterResult Constructor
See Also 
DDTek.XmlConverter Namespace > XmlWriterResult Class : XmlWriterResult Constructor




writer
The XmlWriter.
Create an XmlWriterResult, supplying an XmlWriter to which the converter can write xml data.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal writer As XmlWriter _
)
Visual Basic (Usage)Copy Code
Dim writer As XmlWriter
 
Dim instance As XmlWriterResult(writer)
C# 
public XmlWriterResult( 
   XmlWriter writer
)
Managed Extensions for C++ 
public: XmlWriterResult( 
   XmlWriter* writer
)
C++/CLI 
public:
XmlWriterResult( 
   XmlWriter^ writer
)

Parameters

writer
The XmlWriter.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.