SPFile.GetLimitedWebPartManager method
傳回與Web Parts page相關聯的網頁組件管理員。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetLimitedWebPartManager ( _
scope As PersonalizationScope _
) As SPLimitedWebPartManager
'用途
Dim instance As SPFile
Dim scope As PersonalizationScope
Dim returnValue As SPLimitedWebPartManager
returnValue = instance.GetLimitedWebPartManager(scope)
public SPLimitedWebPartManager GetLimitedWebPartManager(
PersonalizationScope scope
)
參數
scope
Type: System.Web.UI.WebControls.WebParts.PersonalizationScopeSystem.Web.UI.WebControls.WebParts.PersonalizationScope值,指定不論是哪一Shared,表示個人化資料套用到所有使用者,而且可以儲存或User,這表示可以儲存使用者專屬的個人化資料,並個人化資料套用到所有使用者,會載入控制項在頁面上,但只有特定使用者資料。
傳回值
Type: Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager
SPLimitedWebPartManager 物件,表示 Web 組件管理員。
備註
在非.aspx 網頁上呼叫GetLimitedWebPartManager方法,就會擲回例外狀況。