LightSwitch HTML Edition
WriteXml Method (C1OlapField)






System.Xml.XmlWriter where the field will be saved.
Saves the field into an System.Xml.XmlWriter.
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal xw As System.Xml.XmlWriter _
) 
'Usage
 
Dim instance As C1OlapField
Dim xw As System.Xml.XmlWriter
 
instance.WriteXml(xw)
public void WriteXml( 
   System.Xml.XmlWriter xw
)
public procedure WriteXml( 
    xw: System.Xml.XmlWriter
); 
public function WriteXml( 
   xw : System.Xml.XmlWriter
);
public: void WriteXml( 
   System.Xml.XmlWriter* xw
) 
public:
void WriteXml( 
   System.Xml.XmlWriter^ xw
) 

Parameters

xw
System.Xml.XmlWriter where the field will be saved.
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

C1OlapField Class
C1OlapField Members

Send Feedback