HttpFileCollectionWrapper.GetKey(Int32) 메서드

정의

지정된 인덱스에서 게시된 파일 개체의 이름을 반환합니다.

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

매개 변수

index
Int32

반환할 개체 이름의 인덱스입니다.

반품

에 의해 index지정된 게시된 파일 개체의 이름입니다.

예외

index 가 컬렉션의 유효한 인덱스 범위를 벗어났습니다.

적용 대상