共用方式為


WebPartGallerySourceBase.InvalidateAfterAdd property

取得值,這個值,指出是否將項目加入至網頁失效任何先前從GetItems()傳回的項目清單中。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overrides ReadOnly Property InvalidateAfterAdd As Boolean
    Get
'用途
Dim instance As WebPartGallerySourceBase
Dim value As Boolean

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

Property value

Type: System.Boolean
在所有情況下false 。

請參閱

參照

WebPartGallerySourceBase class

WebPartGallerySourceBase members

Microsoft.SharePoint.WebPartPages namespace