GoDiagram Web Reference
SetXmlWriter Method

an XmlWriter initialized at the start of Generate(XmlWriter), or null at the end of Generate(XmlWriter) after closing the XmlWriter
Only a subclass of a GoXmlWriter can provide a value for the XmlWriter property.
Syntax
'Declaration
 
Protected Overridable Sub SetXmlWriter( _
   ByVal w As XmlWriter _
) 
protected virtual void SetXmlWriter( 
   XmlWriter w
)

Parameters

w
an XmlWriter initialized at the start of Generate(XmlWriter), or null at the end of Generate(XmlWriter) after closing the XmlWriter
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlWriter Class
GoXmlWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback