TK.GetParentElementAsync Method

Gets parent name from element name async
Public Shared Function GetParentElementAsync( _ 
ByVal elementName As String
) As Task(Of String)
This language is not supported or no code example is available.
public static Task<string> GetParentElementAsync( 
string elementName 
)
This language is not supported or no code example is available.

Parameters

elementName
string

Element name

Return Value

Task<string>

Parent name

.NET Framework

Supported in: 4.8

In this article

Definition