HttpSessionStateBase.StaticObjects 속성

정의

파생 클래스에서 재정의되는 경우 서버 컨트롤로 표시되고 애플리케이션의 Global.asax 파일에서 현재 세션으로 범위가 지정된 요소로 선언 object 된 개체의 컬렉션을 가져옵니다.

public:
 virtual property System::Web::HttpStaticObjectsCollectionBase ^ StaticObjects { System::Web::HttpStaticObjectsCollectionBase ^ get(); };
public virtual System.Web.HttpStaticObjectsCollectionBase StaticObjects { get; }
member this.StaticObjects : System.Web.HttpStaticObjectsCollectionBase
Public Overridable ReadOnly Property StaticObjects As HttpStaticObjectsCollectionBase

속성 값

Global.asax 파일에 선언된 개체입니다.

예외

적용 대상