XmlUtil.CreateXmlWriter Method (TextWriter, Boolean)
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public static XmlWriter CreateXmlWriter(
TextWriter textWriter,
bool indented
)
public:
static XmlWriter^ CreateXmlWriter(
TextWriter^ textWriter,
bool indented
)
static member CreateXmlWriter :
textWriter:TextWriter *
indented:bool -> XmlWriter
Public Shared Function CreateXmlWriter (
textWriter As TextWriter,
indented As Boolean
) As XmlWriter
Parameters
- textWriter
Type: System.IO.TextWriter
- indented
Type: System.Boolean
Return Value
Type: System.Xml.XmlWriter
See Also
CreateXmlWriter Overload
XmlUtil Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright