WebPartAdder.ShowClosedWebParts 属性
获取或设置一个标志,指示WebPartAdder是否显示在页面已关闭 Web 部件。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property ShowClosedWebParts As Boolean
Get
Set
用法
Dim instance As WebPartAdder
Dim value As Boolean
value = instance.ShowClosedWebParts
instance.ShowClosedWebParts = value
public bool ShowClosedWebParts { get; set; }
属性值
类型:System.Boolean
true如果WebPartAdder显示页 ; 已关闭 Web 部件否则为false。默认值为true。