다음을 통해 공유


HttpApplicationStateWrapper.Get 메서드

정의

이름 또는 인덱스별로 상태 개체를 가져옵니다.

오버로드

Get(Int32)

인덱스별로 상태 개체를 반환합니다.

Get(String)

이름별로 상태 개체를 반환합니다.

Get(Int32)

인덱스별로 상태 개체를 반환합니다.

public:
 override System::Object ^ Get(int index);
public override object Get (int index);
override this.Get : int -> obj
Public Overrides Function Get (index As Integer) As Object

매개 변수

index
Int32

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

반환

Object

index으로 참조된 개체입니다.

예외

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

적용 대상

Get(String)

이름별로 상태 개체를 반환합니다.

public:
 override System::Object ^ Get(System::String ^ name);
public override object Get (string name);
override this.Get : string -> obj
Public Overrides Function Get (name As String) As Object

매개 변수

name
String

가져올 개체의 이름입니다.

반환

Object

name이 참조하는 개체가 있으면 해당 개체이고, 그렇지 않으면 null입니다.

적용 대상