Share via


CustomErrorCollection.GetKey(Int32) 方法

定義

取得位於指定索引的 CustomErrorCollection 索引鍵。

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

參數

index
Int32

集合索引鍵的索引。

傳回

位於指定索引的 CustomErrorCollection 索引鍵。

適用於