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

WriteElementAsync Method

Writes a simple XML element with a value.

Syntax

[VB.NET]
Public Function WriteElementAsync(ByVal Name As String, ByVal NamespaceURI As String, ByVal Value As String) As IAsyncAction
[C#]
public IAsyncAction WriteElementAsync(string name, string namespaceURI, string value);

Remarks

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

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