HttpFileCollectionBase.GetKey(Int32) 메서드

정의

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

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

매개 변수

index
Int32

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

반환

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

예외

적용 대상