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 键。

适用于