IP*Works! 2016 Xamarin Edition
IP*Works! 2016 Xamarin Edition
Questions / Feedback?

HasXPathAsync Method

Determines whether a specific element exists in the document.

Syntax

[VB.NET]
Public Function HasXPathAsync(ByVal XPath As String) As Task<bool>
[C#]
public Task<bool> HasXPathAsync(string XPath);

Remarks

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

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
IP*Works! 2016 Xamarin Edition - Version 16.0 [Build 6621]