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

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

반품

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

예외

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

적용 대상