WriteCommentAsync Method
Writes an XML comment block.
Syntax
[VB.NET] Public Function WriteCommentAsync(ByVal Text As String) As Task
[C#] public Task WriteCommentAsync(string text);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
WriteCommentAsync MethodWrites an XML comment block. Syntax[VB.NET] Public Function WriteCommentAsync(ByVal Text As String) As Task [C#] public Task WriteCommentAsync(string text); RemarksThis method is the asynchronous version of the WriteComment method and is used to support asynchronous operations in WinRT. Please refer to WriteComment for more information. |
||