Udostępnij za pośrednictwem


TypeProvider.GetEnumNames(Type) Metoda

Definicja

Zawiera tablicę ciągów zawierającą nazwy określone Enum w kolejności indeksowanej.

public:
 static cli::array <System::String ^> ^ GetEnumNames(Type ^ enumType);
public static string[] GetEnumNames (Type enumType);
static member GetEnumNames : Type -> string[]
Public Shared Function GetEnumNames (enumType As Type) As String()

Parametry

enumType
Type

Typ, z których mają być uzyskiwane nazwy.

Zwraca

String[]

Nazwy określone Enum w kolejności indeksowanej.

Wyjątki

enumType jest odwołaniem o wartości null (Visual Basic Nothing).

enumType Nie jest elementem Enum.

Dotyczy