IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

WriteXMLDeclarationAsync Method

Writes an XML declaration at the top of the document.

Syntax

[VB.NET]
Public Function WriteXMLDeclarationAsync(ByVal Version As String, ByVal IncludeEncoding As Boolean, ByVal Standalone As Boolean) As IAsyncAction
[C#]
public IAsyncAction WriteXMLDeclarationAsync(string version, bool includeEncoding, bool standalone);

Remarks

This method is the asynchronous version of the WriteXMLDeclaration method and is used to support asynchronous operations in WinRT. Please refer to WriteXMLDeclaration for more information.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0