HttpSessionStateWrapper.StaticObjects 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得物件集合,該集合是由標記為伺服器控制項,而且範圍限定為應用程式的 Global.asax 檔中目前工作階段的 object
項目宣告。
public:
virtual property System::Web::HttpStaticObjectsCollectionBase ^ StaticObjects { System::Web::HttpStaticObjectsCollectionBase ^ get(); };
public override System.Web.HttpStaticObjectsCollectionBase StaticObjects { get; }
member this.StaticObjects : System.Web.HttpStaticObjectsCollectionBase
Public Overrides ReadOnly Property StaticObjects As HttpStaticObjectsCollectionBase
屬性值
在Global.asax 檔中宣告的物件。