TK.GetElementTypeAsync Method

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

Parameters

elementName
string

Element name

Return Value

Task<string>

String containg element type

.NET Framework

Supported in: 4.8

In this article

Definition