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