SPLimitedWebPartManager members
Include protected members
Include inherited members
提供一組有限的可執行的物件模型的案例中,沒有 HttpContext 和不具現化的頁面物件時的網頁組件作業。
The SPLimitedWebPartManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
HasPersonalizedParts | 取得布林值為 HasPersonalizedParts。 |
![]() |
Scope | 取得目前個人化範圍的 WebPartPage。 |
![]() |
ServerRelativeUrl | 取得伺服器相對 URL 的 WebPartPage。 |
![]() |
SPWebPartConnections | 取得集合 SPWebPartConnection。 |
![]() |
Web | 取得這個網頁組件會儲存在 web。 |
![]() |
WebParts | 取得在 WebPartPage 上的所有動態 Web 組件集合。 |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddWebPart | 將動態網頁組件加入至 WebPartPage。 |
![]() |
CacheInvalidate | 使快取的資料。 |
![]() |
CloseWebPart | 關閉動態的 「 網頁組件的方式它將不會呈現在 WebPartPage,但可以藉由呼叫 OpenWebPart 重新開啟。 |
![]() |
DeleteWebPart | 從 WebPartPage 刪除動態的 Web 組件。 |
![]() |
Dispose | 釋放由 SPLimitedWebPartManager 物件所有的 unmanaged 的資源。 |
![]() |
Equals | (Inherited from Object.) |
![]() |
ExportWebPart | 序列化 XmlWriter 為指定的網頁組件為 *.dwp 或 *.webpart 檔案。 |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetConsumerConnectionPoints | 取得 ConsumerConnectionPoint 的集合。 |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetProviderConnectionPoints | 取得 ProviderConnectionPoint 的集合。 |
![]() |
GetStorageKey | 取得 Web 組件加入至網頁組件區域時,Web 組件架構所設定的唯一識別項。 |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetZoneID | 取得網頁組件網頁組件區域。 |
![]() |
ImportWebPart | 匯入 XML 描述檔 (*.dwp 或 *.webpart) 的 「 網頁組件中包含狀態和屬性的資料,並將資料套用至 [網頁組件。 |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MoveWebPart | 將網頁組件從一個網頁組件區域移到另一個,或可以用來變更 Web 組件區域內的相對順序。 |
![]() |
OpenWebPart | 開啟先前關閉的 CloseWebPart 讓它在 WebPartPage 上呈現動態網頁組件。 |
![]() |
ResetAllPersonalizationState | 刪除集合中的所有網頁組件,包括型別 3"包含為我 「 網頁組件個人化資訊。如果集合包含個人化的網頁組件資訊 (Storage.AllUsers = = 儲存體) 然後刪除目前使用者的網頁組件上的個人化,否則刪除所有使用者。 |
![]() |
ResetPersonalizationState | 重設個人化狀態的特定動態 Web 上的組件 WebPartPage。 |
![]() |
SaveChanges | 儲存指定的網頁組件的目前狀態。 |
![]() |
SPConnectWebParts(WebPart, ProviderConnectionPoint, WebPart, ConsumerConnectionPoint) | 連接兩個相容的網頁組件連接點。 |
![]() |
SPConnectWebParts(WebPart, ProviderConnectionPoint, WebPart, ConsumerConnectionPoint, WebPartTransformer) | 連接使用連接變壓器的兩個 [網頁組件連接點。 |
![]() |
SPDisconnectWebParts | 中斷連接兩個連接的 Web 組件。 |
![]() |
ToString | (Inherited from Object.) |
Top