다음을 통해 공유


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

컬렉션 키의 인덱스입니다.

반환

String

지정된 인덱스에 있는 CustomErrorCollection 키입니다.

적용 대상