WebPartQuickAdd.ShowListsAndLibraries 属性
请注意:此 API 现在已过时。
仅供内部使用。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Public Property ShowListsAndLibraries As Boolean
Get
Set
用法
Dim instance As WebPartQuickAdd
Dim value As Boolean
value = instance.ShowListsAndLibraries
instance.ShowListsAndLibraries = value
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
public bool ShowListsAndLibraries { get; set; }