Share via


HttpApplicationStateWrapper.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

가져올 애플리케이션 상태 개체의 인덱스입니다.

반환

String

애플리케이션 상태 개체의 이름입니다.

예외

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

적용 대상