共用方式為


HttpSessionStateWrapper.StaticObjects 屬性

定義

取得物件集合,該集合是由標記為伺服器控制項,而且範圍限定為應用程式的 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

屬性值

HttpStaticObjectsCollectionBase

在Global.asax 檔中宣告的物件。

適用於