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.
Serializes the object to the argument XML stream.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub SerializeToXml ( _
writer As XmlTextWriter _
)
'Usage
Dim instance As MemberCollection
Dim writer As XmlTextWriter
instance.SerializeToXml(writer)
public void SerializeToXml(
XmlTextWriter writer
)
Parameters
writer
Type: System.Xml.XmlTextWriterThe writer to use.