HttpSessionStateWrapper.StaticObjects 屬性

定義

取得一組物件,這些物件由 object 標記為伺服器控制項的元素宣告,且作用範圍為應用程式的 Global.asax 檔案中目前的工作階段。

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 檔案中宣告的物件。

適用於