SPWebPartManager.HasPersonalizedParts 属性
确定页面是否包含个性化的部件。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property HasPersonalizedParts As Boolean
Get
用法
Dim instance As SPWebPartManager
Dim value As Boolean
value = instance.HasPersonalizedParts
public bool HasPersonalizedParts { get; }
属性值
类型:System.Boolean
true如果页包含任何个性化的部件 ;否则为false。