HasXPathAsync Method
Determines whether a specific element exists in the document.
Syntax
[VB.NET] Public Function HasXPathAsync(ByVal XPath As String) As IAsyncOperation<bool>
[C#] public IAsyncOperation<bool> HasXPathAsync(string XPath);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
HasXPathAsync MethodDetermines whether a specific element exists in the document. Syntax[VB.NET] Public Function HasXPathAsync(ByVal XPath As String) As IAsyncOperation<bool> [C#] public IAsyncOperation<bool> HasXPathAsync(string XPath); RemarksThis method is the asynchronous version of the HasXPath method and is used to support asynchronous operations in WinRT. Please refer to HasXPath for more information. |
||