ProjectDB.GetEnumerationSetsAsync Method

Gets array containg enumration names async
Public Function GetEnumerationSetsAsync() As Task(Of String[])
This language is not supported or no code example is available.
public Task<string[]> GetEnumerationSetsAsync()
This language is not supported or no code example is available.

Return Value

Task<string[]>

Array containg enumration names

.NET Framework

Supported in: 4.8

In this article

Definition