WebPartGallerySource.InvalidateAfterAdd 属性

当在某个派生类中重写,获取一个值,指示是否向页面中添加项使失效的项目从GetItems()以前返回的任何列表。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public MustOverride ReadOnly Property InvalidateAfterAdd As Boolean
    Get
用法
Dim instance As WebPartGallerySource
Dim value As Boolean

value = instance.InvalidateAfterAdd
public abstract bool InvalidateAfterAdd { get; }

属性值

类型:System.Boolean
true如果向页面中添加项使失效GetItems(); 从以前返回的任何的项列表否则为false。

另请参阅

引用

WebPartGallerySource 类

WebPartGallerySource 成员

Microsoft.SharePoint.WebPartPages 命名空间