CustomErrorCollection.GetKey(Int32) Metoda

Definicja

CustomErrorCollection Pobiera klucz w określonym indeksie.

public:
 System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

Parametry

index
Int32

Indeks klucza kolekcji.

Zwraca

Klucz CustomErrorCollection w określonym indeksie.

Dotyczy