TK.HasAttributesAsync Method

Gets if element name has attributes async
Public Shared Function HasAttributesAsync( _ 
ByVal elementName As String
) As Task(Of Boolean)
This language is not supported or no code example is available.
public static Task<bool> HasAttributesAsync( 
string elementName 
)
This language is not supported or no code example is available.

Parameters

elementName
string

Element name

Return Value

Task<bool>

Flag indicating whether element name has attributes

.NET Framework

Supported in: 4.8

In this article

Definition