共用方式為


ContentEditorWebPart.ShouldSerializePartStorage method

表示是否應該保存的PartStorage屬性。

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

Syntax

'宣告
Public Function ShouldSerializePartStorage As Boolean
'用途
Dim instance As ContentEditorWebPart
Dim returnValue As Boolean

returnValue = instance.ShouldSerializePartStorage()
public bool ShouldSerializePartStorage()

傳回值

Type: System.Boolean
true如果屬性值已變更其預設值 ;否則, false。

備註

因為PartStorage屬性並沒有簡單的預設值,將提供ShouldSerializePartStorage方法。這個方法會指示屬性是否已變更其預設值。如果您開發ContentEditorWebPart的設計工具或開發您自己加入ContentEditorWebPart的控制項,您通常叫用這個方法。

請參閱

參照

ContentEditorWebPart class

ContentEditorWebPart members

Microsoft.SharePoint.WebPartPages namespace