共用方式為


SPLimitedWebPartManager class

提供一組有限的可執行的物件模型的案例中,沒有 HttpContext 和不具現化的頁面物件時的網頁組件作業。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPLimitedWebPartManager _
    Implements IDisposable
'用途
Dim instance As SPLimitedWebPartManager
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPLimitedWebPartManager : IDisposable

備註

SPLimitedWebPartManager提供SPWebPartManager的作業子集。它是主要用在中,沒有任何 HttpContext 和不具現化的頁面物件的物件模型案例。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPLimitedWebPartManager members

Microsoft.SharePoint.WebPartPages namespace